summaryrefslogtreecommitdiff
path: root/conf/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'conf/conf.h')
-rw-r--r--conf/conf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/conf.h b/conf/conf.h
index 1413cb58..c301df1d 100644
--- a/conf/conf.h
+++ b/conf/conf.h
@@ -110,6 +110,11 @@ void cfg_copy_list(list *dest, list *src, unsigned node_size);
extern int (*cf_read_hook)(byte *buf, uint max, int fd);
+struct keyword {
+ byte *name;
+ int value;
+};
+
struct symbol {
node n; /* In list of symbols in config */
struct symbol *next;