Build fixes for FreeBSD:
[disorder] / clients / authorize.h
index ad78deb..5734fa5 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 */