diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-13 00:11:31 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-13 00:11:31 +0200 |
commit | 5f1fb7e7684310ebfe27467a15af132c709eaeb4 (patch) | |
tree | 3f18105cb1f616f1b783175e5c10bcab5e0ed630 /config.c | |
parent | 2b760eea998034ae06b2f285273a343d2a5de0bc (diff) |
Move config object to config.c
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -92,6 +92,10 @@ static keyword keywords[] = { | |||
92 | }; | 92 | }; |
93 | 93 | ||
94 | static int g_current_string; | 94 | static int g_current_string; |
95 | StringConfig | ||
96 | g_string_conf[MAX_LINECOUNT]; | ||
97 | int g_string_count; | ||
98 | |||
95 | 99 | ||
96 | static int | 100 | static int |
97 | config_findkeyword(char **line) | 101 | config_findkeyword(char **line) |