mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
beb0bc7a1d
commit
04e39704e2
3 changed files with 11 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue