summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-04-30 19:23:55 +0200
committerVolker Lendecke <vlendec@samba.org>2011-04-30 20:40:46 +0200
commitd87427973c0f43d85546f5875b223929ac1a50d4 (patch)
tree4c474aac1d731057146fab833cb962898202b92d /source3/include
parent020b691cf842f30ff42474c2b0102751b5fa17ac (diff)
downloadsamba-d87427973c0f43d85546f5875b223929ac1a50d4.tar.gz
samba-d87427973c0f43d85546f5875b223929ac1a50d4.tar.bz2
samba-d87427973c0f43d85546f5875b223929ac1a50d4.zip
s3: Make name_resolve_bcast return sockaddr_storage
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Apr 30 20:40:46 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
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,