summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index 5283258..1c17809 100644
--- a/options.h
+++ b/options.h
@@ -23,6 +23,7 @@
#define _OPTIONS_H_
#include "string_list.h"
+#include "key_value_storage.h"
struct options_struct {
char* progname_;
@@ -36,6 +37,7 @@ struct options_struct {
char* conf_file_;
char* command_sock_;
char* switch_dev_;
+ key_value_storage_t alias_table_;
};
typedef struct options_struct options_t;