summaryrefslogtreecommitdiffstats
path: root/common/file.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-06-30 01:01:19 +0000
committerjsorg71 <jsorg71>2005-06-30 01:01:19 +0000
commit79557c9cc60103021b3bf3e36418587246fa83d3 (patch)
tree918658d87bed6da6643dc1c816d3fea10ec10807 /common/file.h
parent992dbfa7b3fa568ee480aa3fe3242084d33c518f (diff)
downloadxrdp-proprietary-79557c9cc60103021b3bf3e36418587246fa83d3.tar.gz
xrdp-proprietary-79557c9cc60103021b3bf3e36418587246fa83d3.zip
call painter funcs, not orders
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