summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-19 01:01:07 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-19 01:01:07 +0000
commit161c11e4bcd408064493c063b228aab589fd2a19 (patch)
tree611a376ca4d791851bec291fee1586506e48306d /source3/include/proto.h
parent1c6c4e7e39bde99f8d312516ba530b905bc01da7 (diff)
downloadsamba-161c11e4bcd408064493c063b228aab589fd2a19.tar.gz
samba-161c11e4bcd408064493c063b228aab589fd2a19.tar.bz2
samba-161c11e4bcd408064493c063b228aab589fd2a19.zip
- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion
desired flag MUST be set in any NBT UDP packets sent to a WINS server, else they will go to the WINS client side of the NT NetBIOS kernel instead, and will get trashed. - added \PIPE\browser server-side code. (This used to be commit 8e406c1fa296c3f97b1cd7ddde7b5aeb9232b26e)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index bd38d58136..35ac728921 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3315,6 +3315,10 @@ BOOL make_wks_r_query_info(WKS_R_QUERY_INFO *r_u,
int status) ;
BOOL wks_io_r_query_info(char *desc, WKS_R_QUERY_INFO *r_u, prs_struct *ps, int depth);
+/*The following definitions come from rpc_server/srv_brs.c */
+
+BOOL api_brs_rpc(pipes_struct *p, prs_struct *data);
+
/*The following definitions come from rpc_server/srv_lookup.c */
int make_dom_gids(DOMAIN_GRP *mem, int num_members, DOM_GID **ppgids);