X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/b42ffad6922d87580e3edf528870f079f21dfd07..d22b8a59995829bc14b4490b9bddd95346e0585d:/lib/client.h diff --git a/lib/client.h b/lib/client.h index 08de864..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 @@ -115,6 +115,7 @@ 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 */