From 579773bfcec4939c22b638ac39ea2b03861f511d Mon Sep 17 00:00:00 2001 From: M.Gergő Date: Thu, 28 May 2020 01:59:35 +0200 Subject: Header update --- src/lightconfini.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lightconfini.h') diff --git a/src/lightconfini.h b/src/lightconfini.h index 44929db..66f17f1 100644 --- a/src/lightconfini.h +++ b/src/lightconfini.h @@ -27,11 +27,11 @@ typedef struct lcini_data { struct lcini_data *next; } lcini_data; - +typedef enum lcini_shortretType{lcini_shortretOK, lcini_shortretERROR, lcini_shortretEMPTY} lcini_shortretType; typedef struct lcini_shortret{ char *ret; int retlen; - enum retType{lcini_shortretOK, lcini_shortretERROR, lcini_shortretEMPTY} retType; + lcini_shortretType retType; } lcini_shortret; /* Ha maga függvény van átpakolva, nevestül, testestül */ -- cgit v1.2.3