summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2009-04-30 15:16:33 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2009-04-30 15:16:33 (GMT)
commit94f3e728ee9a663c8b5fc7a557d3b930c6f3e5e5 (patch)
tree4bb6e32b230b56f394a686986392ebbd802fb63b /src/util.h
parent2ae3ed6594f3e4814b3b351eecc63b5e0be1bd37 (diff)
downloadDoxygen-94f3e728ee9a663c8b5fc7a557d3b930c6f3e5e5.zip
Doxygen-94f3e728ee9a663c8b5fc7a557d3b930c6f3e5e5.tar.gz
Doxygen-94f3e728ee9a663c8b5fc7a557d3b930c6f3e5e5.tar.bz2
Release-1.5.9
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 2befdbc..2b248a3 100644
--- a/src/util.h
+++ b/src/util.h
@@ -136,7 +136,8 @@ bool resolveRef(/* in */ const char *scName,
/* in */ bool inSeeBlock,
/* out */ Definition **resContext,
/* out */ MemberDef **resMember,
- /* in */ bool lookForSpecializations = TRUE
+ /* in */ bool lookForSpecializations = TRUE,
+ /* in */ FileDef *currentFile = 0
);
bool resolveLink(/* in */ const char *scName,