summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 244077b..9835033 100644
--- a/config.h
+++ b/config.h
@@ -7,11 +7,12 @@ typedef enum config_type config_type;
typedef void (*config_func)(config_opt *, config_val);
enum config_type {
+ TYPE_NONE,
TYPE_INT,
TYPE_STRING,
TYPE_FLOAT,
TYPE_BOOL,
- TYPE_NONE,
+ TYPE_COUNT,
};
struct config_opt {