summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-10-01 18:11:57 +0000
committerLuke Leighton <lkcl@samba.org>1999-10-01 18:11:57 +0000
commit860688f6e71fca58fee50e364224ee0f6e4f4da4 (patch)
tree60c13a2b42fedb4b1470e671b470954af051df6c /source3/include/proto.h
parent0db243bacb356ce4787c1de7e12832942b55e9e1 (diff)
downloadsamba-860688f6e71fca58fee50e364224ee0f6e4f4da4.tar.gz
samba-860688f6e71fca58fee50e364224ee0f6e4f4da4.tar.bz2
samba-860688f6e71fca58fee50e364224ee0f6e4f4da4.zip
error-code checking in lsa_lookup_sids. anonymous connections for
domain info. adjusting net_srv_get_info function. (This used to be commit 42eb916fae0d377f8908dfc42b332e6a53c4e2d9)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index f391f19879..4326cb4762 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3189,6 +3189,9 @@ void cmd_sam_enum_groups(struct client_info *info);
/*The following definitions come from rpcclient/cmd_srvsvc.c */
+BOOL net_srv_get_info(struct client_info *info,
+ uint32 info_level,
+ SRV_INFO_CTR *ctr);
void cmd_srv_query_info(struct client_info *info);
void cmd_srv_enum_conn(struct client_info *info);
void cmd_srv_enum_shares(struct client_info *info);