summaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/file.h b/file.h
index 2e4d3ebde..8c5b48bc9 100644
--- a/file.h
+++ b/file.h
@@ -6,9 +6,7 @@ struct memblock {
size_t size;
};
-#if 0
-extern int try_to_open_cochran(const char *filename, struct memblock *mem, GError **error);
-#endif
+extern int try_to_open_cochran(const char *filename, struct memblock *mem);
#ifdef __cplusplus
extern "C" {