summaryrefslogtreecommitdiff
path: root/zwgc/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/file.h')
-rw-r--r--zwgc/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/file.h b/zwgc/file.h
index b0aff1f..3f185bf 100644
--- a/zwgc/file.h
+++ b/zwgc/file.h
@@ -19,6 +19,6 @@
#include <stdio.h>
-extern FILE *locate_file();
+extern FILE *locate_file(char *, char *, char *);
#endif