X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/f0feb22e80bfe438c16d212a7cc8be6d2282b6ac..48e472fa70b2fcc963a4a9b16ca23e0ee019d34d:/clients/authorize.h diff --git a/clients/authorize.h b/clients/authorize.h index 07e87ef..5fb9731 100644 --- a/clients/authorize.h +++ b/clients/authorize.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2005 Richard Kettlewell + * Copyright (C) 2005, 2007, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ #ifndef AUTHORIZE_H #define AUTHORIZE_H -int authorize(disorder_client *client, const char *user); +int authorize(disorder_client *client, const char *user, const char *rights); #endif /* AUTHORIZE_H */