X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d3994fde00a92cffd43c79668802108d3056413b..a1274a22aa5aa97d8e6e628d37d08c1d7cecee1b:/tests/testusers.h?ds=sidebyside

diff --git a/tests/testusers.h b/tests/testusers.h
index 780d0dd9..b207ccb6 100644
--- a/tests/testusers.h
+++ b/tests/testusers.h
@@ -21,6 +21,11 @@ class TEST_USERS : public USERS {
         { return 0; }
         void Del(const std::string & /*login*/, const ADMIN * /*admin*/) {}
 
+        bool Authorize(const std::string &, uint32_t, uint32_t, const AUTH *)
+        { return false; }
+        bool Unauthorize(const std::string &, const AUTH *)
+        { return false; }
+
         int  ReadUsers() { return 0; }
         virtual size_t Count() const { return 0; };