X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..3c499fe72ea3c8527663a4fb7df9f6d627fc42b7:/clients/authorize.h diff --git a/clients/authorize.h b/clients/authorize.h index ad78deb..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(const char *user); +int authorize(disorder_client *client, const char *user, const char *rights); #endif /* AUTHORIZE_H */