Fix annoyances on file.c

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2016-03-07 15:36:51 -03:00 committed by Dirk Hohndel
parent beb0bc7a1d
commit 04e39704e2
3 changed files with 11 additions and 8 deletions

View file

@ -16,7 +16,7 @@ extern "C" {
#endif
extern int readfile(const char *filename, struct memblock *mem);
extern timestamp_t parse_date(const char *date);
extern int try_to_open_zip(const char *filename, struct memblock *mem);
extern int try_to_open_zip(const char *filename);
#ifdef __cplusplus
}
#endif