X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..b4a80f69edc156b91cd19c2175078b7cc940ed0f:/clients/authorize.h diff --git a/clients/authorize.h b/clients/authorize.h index ad78deb..5734fa5 100644 --- a/clients/authorize.h +++ b/clients/authorize.h @@ -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 */