diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index c124b1a5e..aafdfa32c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -995,7 +995,7 @@ typedef struct parser_t { | |||
995 | char *line, *data; | 995 | char *line, *data; |
996 | int lineno; | 996 | int lineno; |
997 | } parser_t; | 997 | } parser_t; |
998 | FILE* config_open(parser_t *parser, const char *filename) FAST_FUNC; | 998 | parser_t* config_open(const char *filename) FAST_FUNC; |
999 | /* TODO: add define magic to collapse ntokens/mintokens/comment into one int param */ | 999 | /* TODO: add define magic to collapse ntokens/mintokens/comment into one int param */ |
1000 | int config_read(parser_t *parser, char **tokens, int ntokens, int mintokens, const char *delims, char comment) FAST_FUNC; | 1000 | int config_read(parser_t *parser, char **tokens, int ntokens, int mintokens, const char *delims, char comment) FAST_FUNC; |
1001 | void config_close(parser_t *parser) FAST_FUNC; | 1001 | void config_close(parser_t *parser) FAST_FUNC; |