X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/c3be4f19f3d6465ff4c1110a1a7e7a0686f8dc37..eb5dc014179415a0e5476e986519ac96c36221f9:/lib/cookies.h diff --git a/lib/cookies.h b/lib/cookies.h index f7e3a3a..f02013d 100644 --- a/lib/cookies.h +++ b/lib/cookies.h @@ -25,7 +25,7 @@ #define COOKIES_H char *make_cookie(const char *user); -char *verify_cookie(const char *cookie); +char *verify_cookie(const char *cookie, rights_type *rights); void revoke_cookie(const char *cookie); #endif /* COOKIES_H */