Skip to content

Commit

Permalink
api: minor fix in header
Browse files Browse the repository at this point in the history
  • Loading branch information
0x501D committed Aug 17, 2020
1 parent 9a6debb commit 3ef1450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libicap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3ef1450

Please sign in to comment.