summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rwxr-xr-xsrc/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 3f976e3..61d4e1d 100755
--- a/src/util.h
+++ b/src/util.h
@@ -474,7 +474,7 @@ void convertProtectionLevel(
);
bool mainPageHasTitle();
-void initFilePattern(void);
+const QDict<int> &getExtensionLookup();
bool openOutputFile(const char *outFile,QFile &f);
#endif