From 26a4d2b3d1bbe6eeb5e95ce3a0900e31b89e42ce Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 6 Aug 2005 01:02:06 +0000 Subject: some minor updates git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@22 cc0fb855-19ed-0310-866e-8c1d96e4abae --- libasyncns/asyncns.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libasyncns/asyncns.h') 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 -- cgit