X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=common%2Fauth.h;fp=common%2Fauth.h;h=630b87a834d2e9667732185471f19c0e1bd24ef8;hb=d2173f61bc14f8eabe133fdea13ba6bfc1b5d1bc;hp=4a167764d0b4fcff34b6230696de7c42d0cc5074;hpb=53a889d864667ed611e48b5a776861e2fb8d0a31;p=blerg.git diff --git a/common/auth.h b/common/auth.h index 4a16776..630b87a 100644 --- a/common/auth.h +++ b/common/auth.h @@ -31,5 +31,6 @@ int auth_check_password(const char *username, const char *password); char * auth_login(const char *username, const char *password); int auth_logout(const char *username, const char *token); int auth_check_token(const char *username, const char *given_token); +int auth_get_counter(const char *username, uint32_t *counter); #endif //_AUTH_H