From c82b09a7e65d11a5f47e614b0ba434b5d6695e84 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 2 Jul 2008 03:57:15 +0200 Subject: fix a bit of indentation --- libasyncns/asyncns.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libasyncns/asyncns.h') diff --git a/libasyncns/asyncns.h b/libasyncns/asyncns.h index 50cb378..a57be52 100644 --- a/libasyncns/asyncns.h +++ b/libasyncns/asyncns.h @@ -121,8 +121,7 @@ asyncns_query_t* asyncns_res_search(asyncns_t *asyncns, const char *dname, int c * may not be used any further. Returns a pointer to the answer of the * res_query call. If the query is not completed yet -EAGAIN is returned, on * failure -errno is returned otherwise the length of answer is returned. */ -int asyncns_res_done(asyncns_t *asyncns, asyncns_query_t* q, unsigned char -**answer); +int asyncns_res_done(asyncns_t *asyncns, asyncns_query_t* q, unsigned char **answer); /** Return the next completed query object. If no query has been * completed yet, return NULL. Please note that you need to run -- cgit