X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/a745dd436a29ef2ca2a1a83582e3cfd53b24dcc5..f0feb22e80bfe438c16d212a7cc8be6d2282b6ac:/clients/authorize.h diff --git a/clients/authorize.h b/clients/authorize.h index ad78deb..07e87ef 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); #endif /* AUTHORIZE_H */