From 3ef1450c58da48fae9fbd3a1742ea5ad48f7059b Mon Sep 17 00:00:00 2001 From: 0x501D Date: Mon, 17 Aug 2020 15:17:10 +0300 Subject: [PATCH] api: minor fix in header --- libicap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libicap.h b/libicap.h index 8e2c58d..6b5d47a 100644 --- a/libicap.h +++ b/libicap.h @@ -27,9 +27,9 @@ typedef enum ic_ctx_type { int ic_query_init(ic_query_t *q); int ic_connect(ic_query_t *q, const char *srv, uint16_t port); int ic_get_options(ic_query_t *q, const char *service); -int ic_send_respmod(ic_query_t *q); /** @return 0 if got respond, 1 if not all chunk data was send, < 0 if error */ +int ic_send_respmod(ic_query_t *q); int ic_send_reqmod(ic_query_t *q); int ic_set_service(ic_query_t *q, const char *service);