summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2009-04-30 15:16:33 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2009-04-30 15:16:33 (GMT)
commit5d868ee9ffe34968c9878341da80a95e8117de7b (patch)
tree4bb6e32b230b56f394a686986392ebbd802fb63b /src/util.h
parentaa9c531961aea00c8d9c139de3c48844f11dc9f1 (diff)
downloadDoxygen-5d868ee9ffe34968c9878341da80a95e8117de7b.zip
Doxygen-5d868ee9ffe34968c9878341da80a95e8117de7b.tar.gz
Doxygen-5d868ee9ffe34968c9878341da80a95e8117de7b.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,