chiark / gitweb /
disorder setup-guest enforces mail_sender requirement
[disorder] / clients / authorize.h
index 0098b09f4807730fbef13f206a5e2ab7f2fc824c..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 */
 
@@ -32,4 +32,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:2mW0Quc+PMX1C3BWywYFsQ */