summaryrefslogtreecommitdiffstats
path: root/common/file.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-11-19 01:37:49 +0000
committerjsorg71 <jsorg71>2005-11-19 01:37:49 +0000
commit7c69e43493504bcb966638cbf77b421634e58b0c (patch)
treeeeaeb2ed73adb9604920116e7e1a9fd00ed42ca6 /common/file.h
parentc401d58c748f32854b24099c5bce330ca38ff082 (diff)
downloadxrdp-proprietary-7c69e43493504bcb966638cbf77b421634e58b0c.tar.gz
xrdp-proprietary-7c69e43493504bcb966638cbf77b421634e58b0c.zip
win32 fixes
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);