summaryrefslogtreecommitdiffstats
path: root/src/scanner.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-11-29 19:11:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-11-29 19:11:02 (GMT)
commit02aa9b678dbeb1867c68278045b28d7bc1683f7c (patch)
treeae4f833eab5f7b63e139145daee905c412ebd229 /src/scanner.h
parent05930245579c006f2b5bfca53e0a1976d682f9b8 (diff)
downloadDoxygen-02aa9b678dbeb1867c68278045b28d7bc1683f7c.zip
Doxygen-02aa9b678dbeb1867c68278045b28d7bc1683f7c.tar.gz
Doxygen-02aa9b678dbeb1867c68278045b28d7bc1683f7c.tar.bz2
Release-1.3.9.1-20041129
Diffstat (limited to 'src/scanner.h')
-rw-r--r--src/scanner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scanner.h b/src/scanner.h
index 86eb98c..b3eb9a1 100644
--- a/src/scanner.h
+++ b/src/scanner.h
@@ -24,5 +24,6 @@ class OutputList;
class Entry;
extern void parseMain(Entry *);
+extern void parseMain(Entry *,const char *fileName);
#endif