]> git.stg.codes - stg.git/blobdiff - tests/testusers.h
Fixes due to changes in API.
[stg.git] / tests / testusers.h
index d73c8a7901037b66a99d55c76d1c25c684720788..3d3b7931c48f0de70e83382f5ea6a8864e690b62 100644 (file)
@@ -35,6 +35,7 @@ class TEST_USERS : public USERS {
         { return -1; }
         bool IsIPInIndex(uint32_t /*ip*/) const { return false; }
         bool IsIPInUse(uint32_t, const std::string &, CONST_USER_PTR *) const { return false; }
+        bool Exists(const std::string &) const { return false; }
 
         int  OpenSearch() { return 0; }
         int  SearchNext(int /*handle*/, USER_PTR * /*u*/) { return -1; }