summaryrefslogtreecommitdiffstats
path: root/src/code.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/code.h')
-rw-r--r--src/code.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/code.h b/src/code.h
index 10c3c29..15dcdee 100644
--- a/src/code.h
+++ b/src/code.h
@@ -25,10 +25,11 @@ class CodeOutputInterface;
class FileDef;
class MemberDef;
-extern void parseCCode(CodeOutputInterface &,const char *,const QCString &,
+void parseCCode(CodeOutputInterface &,const char *,const QCString &,
bool ,const char *,FileDef *fd=0,
int startLine=-1,int endLine=-1,bool inlineFragment=FALSE,
MemberDef *memberDef=0);
-extern void resetCCodeParserState();
+void resetCCodeParserState();
+void codeFreeScanner();
#endif