aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-create.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-create.hxx')
-rw-r--r--bpkg/rep-create.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/bpkg/rep-create.hxx b/bpkg/rep-create.hxx
index df98dba..44febb7 100644
--- a/bpkg/rep-create.hxx
+++ b/bpkg/rep-create.hxx
@@ -14,6 +14,15 @@ namespace bpkg
{
int
rep_create (const rep_create_options&, cli::scanner& args);
+
+ default_options_files
+ options_files (const char* cmd,
+ const rep_create_options&,
+ const strings& args);
+
+ rep_create_options
+ merge_options (const default_options<rep_create_options>&,
+ const rep_create_options&);
}
#endif // BPKG_REP_CREATE_HXX