summaryrefslogtreecommitdiffstats
path: root/libasyncns/asyncns.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-06 01:02:06 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-06 01:02:06 +0000
commit26a4d2b3d1bbe6eeb5e95ce3a0900e31b89e42ce (patch)
tree1dcc82f732bbad2b332a221208b01c3653478085 /libasyncns/asyncns.h
parent2932bd287383151f9e469d90c6de2bcee6276175 (diff)
some minor updates
git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@22 cc0fb855-19ed-0310-866e-8c1d96e4abae
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