aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility
diff options
context:
space:
mode:
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