X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/b5b7e0bfda93e553c04fbf7340551a8cce1d9b44..53fa91bb028fc115847700f9f3640f1b107c4592:/lib/eclient.h diff --git a/lib/eclient.h b/lib/eclient.h index e459619..3ea8b15 100644 --- a/lib/eclient.h +++ b/lib/eclient.h @@ -147,8 +147,12 @@ struct sink; * It is always allowed for these to be null pointers if you don't care about * the result. */ -typedef void disorder_eclient_no_response(void *v); -/* completion callback with no data */ +/** @brief Trivial completion callback + * @param v User data + * @param error Error string or NULL on succes + */ +typedef void disorder_eclient_no_response(void *v, + const char *error); /** @brief String result completion callback * @param v User data