diff options
Diffstat (limited to 'bpkg/rep-remove.hxx')
-rw-r--r-- | bpkg/rep-remove.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bpkg/rep-remove.hxx b/bpkg/rep-remove.hxx index a8d4908..68d8a36 100644 --- a/bpkg/rep-remove.hxx +++ b/bpkg/rep-remove.hxx @@ -40,7 +40,10 @@ namespace bpkg // - Remove all available packages. // void - rep_remove_clean (const dir_path& conf, database&, bool quiet = true); + rep_remove_clean (const common_options&, + const dir_path& conf, + database&, + bool quiet = true); // Remove a repository from locations of the available packages it // contains. Remove packages that come from only this repository. |