summaryrefslogtreecommitdiffstats
path: root/libasyncns/asyncns.h
diff options
context:
space:
mode:
Diffstat (limited to 'libasyncns/asyncns.h')
-rw-r--r--libasyncns/asyncns.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libasyncns/asyncns.h b/libasyncns/asyncns.h
index 2bf4e62..6d3b542 100644
--- a/libasyncns/asyncns.h
+++ b/libasyncns/asyncns.h
@@ -109,7 +109,8 @@ int asyncns_getnameinfo_done(asyncns_t *asyncns, asyncns_query_t* q, char *ret_h
* asyncns_wait() before this function will return sensible data. */
asyncns_query_t* asyncns_getnext(asyncns_t *asyncns);
-/** Return the number of query objects (completed or not) attached to this session */
+/** Return the number of query objects (completed or not) attached to
+ * this session */
int asyncns_getnqueries(asyncns_t *asyncns);
/** Cancel a currently running query. q is is destroyed by this call