chiark / gitweb /
make sure disorder-normalize gets the right config file
[disorder] / lib / cookies.h
index f7e3a3a02a59d06e002e3d6071715b11e86f2c00..f02013dfca946064308a59cd9576e4be6f0414cc 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 */