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