aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-fetch
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/cfg-fetch')
-rw-r--r--bpkg/cfg-fetch17
1 files changed, 17 insertions, 0 deletions
diff --git a/bpkg/cfg-fetch b/bpkg/cfg-fetch
new file mode 100644
index 0000000..d311c24
--- /dev/null
+++ b/bpkg/cfg-fetch
@@ -0,0 +1,17 @@
+// file : bpkg/cfg-fetch -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BPKG_CFG_FETCH
+#define BPKG_CFG_FETCH
+
+#include <bpkg/types>
+#include <bpkg/cfg-fetch-options>
+
+namespace bpkg
+{
+ int
+ cfg_fetch (const cfg_fetch_options&, cli::scanner& args);
+}
+
+#endif // BPKG_CFG_FETCH