diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index c1a4fb6..a5661f4 100644 --- a/src/config.h +++ b/src/config.h @@ -1,4 +1,4 @@ -/* This file was generated by configgen on Mon Jul 31 16:07:18 2000 +/* This file was generated by configgen on Sat Aug 5 20:49:38 2000 * from config_templ.h * * DO NOT EDIT! @@ -27,7 +27,7 @@ #include <qstrlist.h> #include <qfile.h> -extern void parseConfig(const QCString &config); +extern void parseConfig(const QCString &config,const char *fn); extern void writeTemplateConfig(QFile *f,bool shortList); extern void checkConfig(); extern void configStrToVal(); |