X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/27266b5280c04292ca621da13f36ba70cac403bb..ad0da4b1a6f6cf0afd5a234b1523bdbf0f6321d8:/include/stg/users.h?ds=sidebyside

diff --git a/include/stg/users.h b/include/stg/users.h
index 19a9d7b7..1a8d7a43 100644
--- a/include/stg/users.h
+++ b/include/stg/users.h
@@ -47,7 +47,9 @@ public:
 
     virtual bool Authorize(const std::string & login, uint32_t ip,
                            uint32_t enabledDirs, const AUTH * auth) = 0;
-    virtual bool Unauthorize(const std::string & login, const AUTH * auth) = 0;
+    virtual bool Unauthorize(const std::string & login,
+                             const AUTH * auth,
+                             const std::string & reason = std::string()) = 0;
 
     virtual int  ReadUsers() = 0;
     virtual size_t Count() const = 0;
@@ -62,6 +64,7 @@ public:
 
     virtual int  Start() = 0;
     virtual int  Stop() = 0;
+
 };
 
 #endif