diff options
Diffstat (limited to 'db/cloner.h')
-rw-r--r-- | db/cloner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/cloner.h b/db/cloner.h index 94264f8..130fea0 100644 --- a/db/cloner.h +++ b/db/cloner.h @@ -34,6 +34,6 @@ namespace mongo { bool slaveOk, bool useReplAuth, bool snapshot, bool mayYield, bool mayBeInterrupted, int *errCode = 0); - bool copyCollectionFromRemote(const string& host, const string& ns, const BSONObj& query, string& errmsg, bool logForRepl, bool mayYield, bool mayBeInterrupted); + bool copyCollectionFromRemote(const string& host, const string& ns, string& errmsg); } // namespace mongo |