diff options
Diffstat (limited to 'bpkg/rep-info.hxx')
-rw-r--r-- | bpkg/rep-info.hxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bpkg/rep-info.hxx b/bpkg/rep-info.hxx index cb82c0c..4f62a1e 100644 --- a/bpkg/rep-info.hxx +++ b/bpkg/rep-info.hxx @@ -14,6 +14,15 @@ namespace bpkg { int rep_info (const rep_info_options&, cli::scanner& args); + + default_options_files + options_files (const char* cmd, + const rep_info_options&, + const strings& args); + + rep_info_options + merge_options (const default_options<rep_info_options>&, + const rep_info_options&); } #endif // BPKG_REP_INFO_HXX |