X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/06bfbba4a281a9e615869b857cc0b775225accb3..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