summaryrefslogtreecommitdiffstats
path: root/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.h')
-rw-r--r--common/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/file.h b/common/file.h
index 0626d5ae..6e4c7736 100644
--- a/common/file.h
+++ b/common/file.h
@@ -21,9 +21,9 @@
#if !defined(FILE_H)
#define FILE_H
-int
+int APP_CC
file_read_sections(int fd, struct list* names);
-int
+int APP_CC
file_read_section(int fd, char* section, struct list* names,
struct list* values);