summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-06-19 13:05:29 +0200
committerVolker Lendecke <vl@samba.org>2011-06-19 14:03:51 +0200
commitf811e894c42fc829d6fb82ba6f7316a9d852d85c (patch)
tree1ace0078eb5c246828ea44cda26a9de37d5067f8 /source3/include
parentbc3261f0c52847515bfdc35856f903c3be61c72e (diff)
downloadsamba-f811e894c42fc829d6fb82ba6f7316a9d852d85c.tar.gz
samba-f811e894c42fc829d6fb82ba6f7316a9d852d85c.tar.bz2
samba-f811e894c42fc829d6fb82ba6f7316a9d852d85c.zip
s3: Add name_resolve_bcast_send/recv
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 98445d89b5..aa99d1c543 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1044,6 +1044,13 @@ NTSTATUS name_query(const char *name, int name_type,
TALLOC_CTX *mem_ctx,
struct sockaddr_storage **addrs,
int *num_addrs, uint8_t *flags);
+struct tevent_req *name_resolve_bcast_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ const char *name,
+ int name_type);
+NTSTATUS name_resolve_bcast_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+ struct sockaddr_storage **addrs,
+ int *num_addrs);
NTSTATUS name_resolve_bcast(const char *name,
int name_type,
TALLOC_CTX *mem_ctx,