X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..cdaf98f0290a30469af909b669312b1033cf30df:/clients/authorize.h diff --git a/clients/authorize.h b/clients/authorize.h index 0098b09..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 */ @@ -32,4 +32,3 @@ fill-column:79 indent-tabs-mode:nil End: */ -/* arch-tag:2mW0Quc+PMX1C3BWywYFsQ */