aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-add.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-add.hxx')
-rw-r--r--bpkg/rep-add.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/bpkg/rep-add.hxx b/bpkg/rep-add.hxx
index 3ad1841..d5cec5d 100644
--- a/bpkg/rep-add.hxx
+++ b/bpkg/rep-add.hxx
@@ -1,5 +1,4 @@
// file : bpkg/rep-add.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BPKG_REP_ADD_HXX
@@ -23,7 +22,10 @@ namespace bpkg
// repository if it is not already.
//
shared_ptr<repository>
- rep_add (const common_options&, transaction&, const repository_location&);
+ rep_add (const common_options&,
+ database&,
+ transaction&,
+ const repository_location&);
}
#endif // BPKG_REP_ADD_HXX