diff options
Diffstat (limited to 'bpkg/pkg-fetch.hxx')
-rw-r--r-- | bpkg/pkg-fetch.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bpkg/pkg-fetch.hxx b/bpkg/pkg-fetch.hxx index 5d698d5..8607178 100644 --- a/bpkg/pkg-fetch.hxx +++ b/bpkg/pkg-fetch.hxx @@ -37,6 +37,8 @@ namespace bpkg // Note that both package and repository information configurations need to // be passed. // + // Also note that it should be called in session. + // shared_ptr<selected_package> pkg_fetch (const common_options&, database& pdb, |