aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Authentication/AuthCodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/authserver/Authentication/AuthCodes.h')
-rw-r--r--src/server/authserver/Authentication/AuthCodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/authserver/Authentication/AuthCodes.h b/src/server/authserver/Authentication/AuthCodes.h
index 1441e0e16f3..29deeb16255 100644
--- a/src/server/authserver/Authentication/AuthCodes.h
+++ b/src/server/authserver/Authentication/AuthCodes.h
@@ -84,9 +84,9 @@ struct RealmBuildInfo;
namespace AuthHelper
{
- bool IsAcceptedClientBuild(int build);
- bool IsPostBCAcceptedClientBuild(int build);
- bool IsPreBCAcceptedClientBuild(int build);
+ bool IsAcceptedClientBuild(uint32 build);
+ bool IsPostBCAcceptedClientBuild(uint32 build);
+ bool IsPreBCAcceptedClientBuild(uint32 build);
}
#endif