X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/bb037be206aa8d904c310f722a971ed835588288..2992937ddd7e64bd54032adeae7ead5c7c1a4293:/lib/client.h diff --git a/lib/client.h b/lib/client.h index 18c308b..674272c 100644 --- a/lib/client.h +++ b/lib/client.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004, 2005, 2006, 2007 Richard Kettlewell + * Copyright (C) 2004-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 @@ /** @file lib/client.h * @brief Simple C client * - * See @file lib/eclient.h for an asynchronous-capable client + * See @ref lib/eclient.h for an asynchronous-capable client * implementation. */ @@ -114,6 +114,8 @@ int disorder_register(disorder_client *c, const char *user, int disorder_confirm(disorder_client *c, const char *confirm); int disorder_make_cookie(disorder_client *c, char **cookiep); const char *disorder_last(disorder_client *c); +int disorder_revoke(disorder_client *c); +int disorder_reminder(disorder_client *c, const char *user); #endif /* CLIENT_H */