summaryrefslogtreecommitdiffstats
path: root/server/resolv/async_resolv.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-01-13 11:02:02 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-01-22 13:40:21 -0500
commit79cafdcc25948300e2b0c85955b67b0d0c4c73c7 (patch)
tree1d69ed37c2c7e8866f5d3a5047363315d9170ce4 /server/resolv/async_resolv.h
parent2176c6534872b1229a24f34ddd5eebae1ea08a76 (diff)
downloadsssd-79cafdcc25948300e2b0c85955b67b0d0c4c73c7.tar.gz
sssd-79cafdcc25948300e2b0c85955b67b0d0c4c73c7.tar.xz
sssd-79cafdcc25948300e2b0c85955b67b0d0c4c73c7.zip
Handle IPv6 addresses with the async resolver
Diffstat (limited to 'server/resolv/async_resolv.h')
-rw-r--r--server/resolv/async_resolv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/resolv/async_resolv.h b/server/resolv/async_resolv.h
index 5558e15c6..2ba6449b2 100644
--- a/server/resolv/async_resolv.h
+++ b/server/resolv/async_resolv.h
@@ -60,8 +60,7 @@ struct hostent *resolv_copy_hostent(TALLOC_CTX *mem_ctx,
struct tevent_req *resolv_gethostbyname_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct resolv_ctx *ctx,
- const char *name,
- int family);
+ const char *name);
int resolv_gethostbyname_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx,