X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/b12be54a68a7738d948d866eb7b9231f8e55a12e..bf9df44a7086ce0016ce065be6c0e0c1716aff35:/lib/cookies.h?ds=sidebyside 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 */