summaryrefslogtreecommitdiffstats
path: root/libasyncns/asyncns.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-02 03:57:15 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-02 03:57:15 +0200
commitc82b09a7e65d11a5f47e614b0ba434b5d6695e84 (patch)
treeb73689c027b261512f0de2e72f5af09dd1e2b0f6 /libasyncns/asyncns.h
parentab6e9734a8db600b9df97b63aa0ddb8b4d52650a (diff)
fix a bit of indentation
Diffstat (limited to 'libasyncns/asyncns.h')
-rw-r--r--libasyncns/asyncns.h3
1 files changed, 1 insertions, 2 deletions
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