diff options
author | jsorg71 <jsorg71> | 2005-11-19 01:37:49 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-11-19 01:37:49 +0000 |
commit | 7c69e43493504bcb966638cbf77b421634e58b0c (patch) | |
tree | eeaeb2ed73adb9604920116e7e1a9fd00ed42ca6 /common/file.h | |
parent | c401d58c748f32854b24099c5bce330ca38ff082 (diff) | |
download | xrdp-proprietary-7c69e43493504bcb966638cbf77b421634e58b0c.tar.gz xrdp-proprietary-7c69e43493504bcb966638cbf77b421634e58b0c.zip |
win32 fixes
Diffstat (limited to 'common/file.h')
-rw-r--r-- | common/file.h | 4 |
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); |