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, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 6c72594..51a5da1 100755
--- a/src/util.h
+++ b/src/util.h
@@ -57,6 +57,7 @@ class BufStr;
class QFileInfo;
class QStrList;
class FTextStream;
+class QFile;
//--------------------------------------------------------------------
@@ -473,6 +474,7 @@ void convertProtectionLevel(
bool mainPageHasTitle();
void initFilePattern(void);
+bool openOutputFile(const char *outFile,QFile &f);
#endif