aboutsummaryrefslogtreecommitdiff
path: root/bdep/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/utility.hxx')
-rw-r--r--bdep/utility.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/bdep/utility.hxx b/bdep/utility.hxx
index 22be4ee..d5e98c8 100644
--- a/bdep/utility.hxx
+++ b/bdep/utility.hxx
@@ -311,6 +311,11 @@ namespace bdep
validate_utf8_graphic (const string&,
const char* what,
const char* opt = nullptr);
+
+ // Return the canonical name of a directory repository location.
+ //
+ string
+ repository_name (const dir_path&);
}
#include <bdep/utility.txx>