aboutsummaryrefslogtreecommitdiffstats
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 4c5e57cc6..241e40529 100644
--- a/include/types.h
+++ b/include/types.h
@@ -102,6 +102,7 @@
typedef struct string_list {
struct string_list *next;
+ unsigned int flags;
char d[1];
} *STRLIST;