aboutsummaryrefslogtreecommitdiff
path: root/include/ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ini.h')
-rw-r--r--include/ini.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ini.h b/include/ini.h
index 7167cad..d7cf056 100644
--- a/include/ini.h
+++ b/include/ini.h
@@ -29,7 +29,7 @@
#define INIVAL_TO_LIST 1 << 1
/*! \union INIVal
- * \brief Consolidation possible value types
+ * \brief Consolidate possible value types
*/
union INIVal {
int as_int; ///< Integer
@@ -52,6 +52,7 @@ union INIVal {
struct INIData {
char *key; ///< INI variable name
char *value; ///< INI variable value
+ unsigned type_hint;
};
/*! \struct INISection