summaryrefslogtreecommitdiffstats
path: root/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.h')
-rw-r--r--common/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.h b/common/file.h
index 6b1e40c0..4484be21 100644
--- a/common/file.h
+++ b/common/file.h
@@ -30,7 +30,7 @@
int APP_CC
file_read_sections(int fd, struct list* names);
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);
#endif