diff options
Diffstat (limited to 'libbuild2/algorithm.hxx')
-rw-r--r-- | libbuild2/algorithm.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/algorithm.hxx b/libbuild2/algorithm.hxx index 28b76c4..ad4ee74 100644 --- a/libbuild2/algorithm.hxx +++ b/libbuild2/algorithm.hxx @@ -101,6 +101,9 @@ namespace build2 const scope&, const dir_path& out = dir_path ()); + LIBBUILD2_SYMEXPORT const target* + search_existing (const names&, const scope&); + // Target match lock: a non-const target reference and the target::offset_* // state that has already been "achieved". Note that target::task_count // itself is set to busy for the duration or the lock. While at it we also |