X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=common%2Fauth.h;h=630b87a834d2e9667732185471f19c0e1bd24ef8;hb=HEAD;hp=4a167764d0b4fcff34b6230696de7c42d0cc5074;hpb=7a1c06730feac986e1bf29f202b6afe910b56f14;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