summaryrefslogtreecommitdiffstats
path: root/src/opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt.h')
-rw-r--r--src/opt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opt.h b/src/opt.h
index efea382..297c679 100644
--- a/src/opt.h
+++ b/src/opt.h
@@ -11,7 +11,8 @@ enum rcc_option_type_t {
RCC_OPTION_TYPE_BOOLEAN = 0,
RCC_OPTION_TYPE_RANGE,
RCC_OPTION_TYPE_FLAGS,
- RCC_OPTION_TYPE_MENU
+ RCC_OPTION_TYPE_MENU,
+ RCC_OPTION_TYPE_MAX
};
typedef enum rcc_option_type_t rcc_option_type;