chiark / gitweb /
Reject libdb <=4.2
[disorder] / lib / client.h
index a58114db5c1454f1ff318ac83693f2eca6520cff..08de864f952a829859f4293a64cb542a2e3a48e6 100644 (file)
@@ -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 */