aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/system-package-manager.hxx')
-rw-r--r--bpkg/system-package-manager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/system-package-manager.hxx b/bpkg/system-package-manager.hxx
index 52fb16b..736a53a 100644
--- a/bpkg/system-package-manager.hxx
+++ b/bpkg/system-package-manager.hxx
@@ -133,7 +133,7 @@ namespace bpkg
// constructor below).
//
virtual optional<const system_package_status*>
- pkg_status (const package_name&, const available_packages*) = 0;
+ status (const package_name&, const available_packages*) = 0;
// Install the specified subset of the previously-queried packages.
// Should only be called if installation is enabled (see the constructor
@@ -154,7 +154,7 @@ namespace bpkg
// progress and diagnostics.
//
virtual void
- pkg_install (const vector<package_name>&) = 0;
+ install (const vector<package_name>&) = 0;
// Generate a binary distribution package. See the pkg-bindist(1) man page
// for background and the pkg_bindist() function implementation for