aboutsummaryrefslogtreecommitdiffstats
path: root/src/ini_rw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ini_rw.h')
-rw-r--r--src/ini_rw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ini_rw.h b/src/ini_rw.h
index b424efb..a3808bc 100644
--- a/src/ini_rw.h
+++ b/src/ini_rw.h
@@ -20,6 +20,7 @@ typedef struct lci_data {
char *value;
int64_t valueLen;
int64_t valueStartPos;
+ enum valueDraw {EMPTYVAL, SIMPLEVAL, MULTILINEVAL, DQUOTEDVAL} valueDraw;
char *comment;
int64_t commentLen;
int64_t commentStartPos;