aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-07 15:49:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-07 15:49:44 +0200
commit8f94aaa067426a259f5396abdaf4945671799b5c (patch)
treefb64d4135cab2d36d2582dd7baf222e76e4d3bc5 /bpkg/utility
parent2858e5f80f836862400bf814ef1b2dcb0ff8a74e (diff)
Various fixes for rep-create
Diffstat (limited to 'bpkg/utility')
-rw-r--r--bpkg/utility19
1 files changed, 19 insertions, 0 deletions
diff --git a/bpkg/utility b/bpkg/utility
new file mode 100644
index 0000000..9c6688f
--- /dev/null
+++ b/bpkg/utility
@@ -0,0 +1,19 @@
+// file : bpkg/utility -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BPKG_UTILITY
+#define BPKG_UTILITY
+
+#include <bpkg/types>
+
+namespace bpkg
+{
+ bool
+ exists (const path&);
+
+ bool
+ exists (const dir_path&);
+}
+
+#endif // BPKG_UTILITY