From d87427973c0f43d85546f5875b223929ac1a50d4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 30 Apr 2011 19:23:55 +0200 Subject: s3: Make name_resolve_bcast return sockaddr_storage Autobuild-User: Volker Lendecke Autobuild-Date: Sat Apr 30 20:40:46 CEST 2011 on sn-devel-104 --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index eccf0f9400..c296487eac 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1958,7 +1958,8 @@ NTSTATUS name_query(const char *name, int name_type, int *num_addrs, uint8_t *flags); NTSTATUS name_resolve_bcast(const char *name, int name_type, - struct ip_service **return_iplist, + TALLOC_CTX *mem_ctx, + struct sockaddr_storage **return_iplist, int *return_count); NTSTATUS resolve_wins(const char *name, int name_type, -- cgit