rights now apply to commands; docs catch up a bit
[disorder] / lib / cookies.h
index f7e3a3a..f02013d 100644 (file)
@@ -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 */