summaryrefslogtreecommitdiffstats
path: root/src/opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt.h')
-rw-r--r--src/opt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/opt.h b/src/opt.h
index 566cf1e..c10a53d 100644
--- a/src/opt.h
+++ b/src/opt.h
@@ -1,5 +1,10 @@
#ifndef _RCC_OPT_H
#define _RCC_OPT_H
+struct rcc_option_defval_t {
+ rcc_option option;
+ rcc_option_value value;
+};
+typedef struct rcc_option_defval_t rcc_option_defval;
#endif /* _RCC_OPT_H */