X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/fdf98378d2d8c8550661f657d30ec5186ff642f1..422a9507e9cbb817d6c2b20a3a8b7d539e16e688:/lib/client.h diff --git a/lib/client.h b/lib/client.h index a58114d..08de864 100644 --- a/lib/client.h +++ b/lib/client.h @@ -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. */ @@ -113,6 +113,8 @@ int disorder_register(disorder_client *c, const char *user, char **confirmp); 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); #endif /* CLIENT_H */