@@ -13,12 +13,12 @@ } lc_conf_type_t; __BLANK_LINE__ typedef enum { - LC_VAR_UNKNOWN, - LC_VAR_NONE, + LC_VAR_UNKNOWN, /* Requires no arguments. */ + LC_VAR_NONE, /* Requires no arguments. */ LC_VAR_STRING, LC_VAR_LONG_LONG, LC_VAR_LONG, LC_VAR_INT, LC_VAR_SHORT, @@ -31,11 +31,12 @@ LC_VAR_SIZE_SHORT, LC_VAR_TIME, LC_VAR_DATE, LC_VAR_SECTION, LC_VAR_SECTIONSTART, - LC_VAR_SECTIONEND + LC_VAR_SECTIONEND, + LC_VAR_BOOL_BY_EXISTANCE /* Requires no arguments. */ } lc_var_type_t; __BLANK_LINE__ typedef enum {