diff options
Diffstat (limited to 'common/file.c')
| -rw-r--r-- | common/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/file.c b/common/file.c index afd0b75a..c12fa325 100644 --- a/common/file.c +++ b/common/file.c @@ -86,7 +86,7 @@ file_read_sections(int fd, struct list* names) } /*****************************************************************************/ -int APP_CC +static int APP_CC file_read_line(struct stream* s, char* text) { int i; @@ -140,7 +140,7 @@ file_read_line(struct stream* s, char* text) } /*****************************************************************************/ -int APP_CC +static int APP_CC file_split_name_value(char* text, char* name, char* value) { int len; |
