chiark / gitweb /
disorder.h: more consistent approach to function attributes
[disorder] / lib / client.h
index 4210b60b14159ea05b9c248cd2f10670f0d8bc42..c7964d6d75e74efcbd8363d3be92006cfcb70ac8 100644 (file)
@@ -18,6 +18,9 @@
 /** @file lib/client.h
  * @brief Simple C client
  *
+ * See @ref lib/client-stubs.h for the (generated) per-command entry
+ * points.
+ *
  * See @ref lib/eclient.h for an asynchronous-capable client
  * implementation.
  */
@@ -36,6 +39,7 @@ struct kvp;
 struct sink;
 
 disorder_client *disorder_new(int verbose);
+int disorder_client_af(disorder_client *c);
 int disorder_connect(disorder_client *c);
 int disorder_connect_user(disorder_client *c,
                          const char *username,