diff options
| author | jsorg71 <jsorg71> | 2006-11-04 22:05:06 +0000 |
|---|---|---|
| committer | jsorg71 <jsorg71> | 2006-11-04 22:05:06 +0000 |
| commit | 00d8b7106f8b25f313af03c7ef9949873071a6b8 (patch) | |
| tree | 561d325577a27d1941114611c670a5c82f9582a6 /common/file.h | |
| parent | 02118ba0a17d7f3c784ff657e4b107185d3af53e (diff) | |
| download | xrdp-proprietary-00d8b7106f8b25f313af03c7ef9949873071a6b8.tar.gz xrdp-proprietary-00d8b7106f8b25f313af03c7ef9949873071a6b8.zip | |
commit patch 1589325, slightly modified - code cleanup
Diffstat (limited to 'common/file.h')
| -rw-r--r-- | common/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.h b/common/file.h index 6b1e40c0..4484be21 100644 --- a/common/file.h +++ b/common/file.h @@ -30,7 +30,7 @@ int APP_CC file_read_sections(int fd, struct list* names); int APP_CC -file_read_section(int fd, char* section, struct list* names, +file_read_section(int fd, const char* section, struct list* names, struct list* values); #endif |
