summaryrefslogtreecommitdiffstats
path: root/src/code.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/code.h')
-rw-r--r--src/code.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code.h b/src/code.h
index a5a0ea4..3458389 100644
--- a/src/code.h
+++ b/src/code.h
@@ -23,9 +23,11 @@
class OutputDocInterface;
class FileDef;
+class MemberDef;
extern void parseCode(OutputDocInterface &,const char *,const QCString &,
bool ,const char *,FileDef *fd=0,
int startLine=-1,int endLine=-1,bool inlineFragment=FALSE);
extern void initParseCodeContext();
+extern void setParameterList(MemberDef *md);
#endif