summaryrefslogtreecommitdiffstats
path: root/subsurface-core/file.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2016-03-07 15:36:51 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-07 11:24:10 -0800
commit04e39704e2430574d9307b9fc30d07898e168e95 (patch)
treec33422844c76a1b07276fc0acb77bf7d645bfe33 /subsurface-core/file.h
parentbeb0bc7a1d79a652ef002c37a282ee390ae92f0b (diff)
downloadsubsurface-04e39704e2430574d9307b9fc30d07898e168e95.tar.gz
Fix annoyances on file.c
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/file.h')
-rw-r--r--subsurface-core/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-core/file.h b/subsurface-core/file.h
index 855109960..1c1dfc116 100644
--- a/subsurface-core/file.h
+++ b/subsurface-core/file.h
@@ -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