diff options
Diffstat (limited to 'common/file.c')
-rw-r--r-- | common/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.c b/common/file.c index c12fa325..34a35bc3 100644 --- a/common/file.c +++ b/common/file.c @@ -180,7 +180,7 @@ file_split_name_value(char* text, char* name, char* value) /*****************************************************************************/ /* return error */ int APP_CC -file_read_section(int fd, char* section, struct list* names, +file_read_section(int fd, const char* section, struct list* names, struct list* values) { struct stream* s; |