X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e9ae1f101b5418c0ba2e6c9d86b23c12f0140982..646c8fd6c0112573ba2aae7f165f5d48e849831e:/include/stg/users.h diff --git a/include/stg/users.h b/include/stg/users.h index 04b15605..dfc60b64 100644 --- a/include/stg/users.h +++ b/include/stg/users.h @@ -65,7 +65,7 @@ struct Users { virtual bool IsIPInIndex(uint32_t ip) const = 0; virtual bool IsIPInUse(uint32_t ip, const std::string & login, const User** user) const = 0; - virtual int OpenSearch() = 0; + virtual unsigned int OpenSearch() = 0; virtual int SearchNext(int handle, User** u) = 0; virtual int CloseSearch(int handle) = 0;