chiark / gitweb /
disorder setup-guest + docs + tests
[disorder] / clients / authorize.h
index ad78deba704b607bc6a64158cc25e891d1d55180..5734fa5ee2a721e2ce0f1a4933065ff5117bfeb5 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef AUTHORIZE_H
 #define AUTHORIZE_H
 
-int authorize(const char *user);
+int authorize(disorder_client *client, const char *user, const char *rights);
 
 #endif /* AUTHORIZE_H */