diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-05 15:41:41 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-05 15:41:41 +0000 |
commit | b4fb4caf9032875fe50725c9b71b6411538ba85f (patch) | |
tree | ee2d34d8319466bbab0b18ada450c4840c32d057 /source3/include/proto.h | |
parent | 36ee52334ba79f059043989a1f1c73b71a48a8c1 (diff) | |
download | samba-b4fb4caf9032875fe50725c9b71b6411538ba85f.tar.gz samba-b4fb4caf9032875fe50725c9b71b6411538ba85f.tar.bz2 samba-b4fb4caf9032875fe50725c9b71b6411538ba85f.zip |
rpcclient srvsvc commands.
(This used to be commit 1a9a22c657c46648adaa98ac1fe394ce4bce11f0)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ce064a307c..19aa51a1b7 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1864,6 +1864,14 @@ void cmd_sam_query_user(struct client_info *info); void cmd_sam_query_groups(struct client_info *info); void cmd_sam_enum_aliases(struct client_info *info); +/*The following definitions come from rpcclient/cmd_srvsvc.c */ + +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); +void cmd_srv_enum_sess(struct client_info *info); +void cmd_srv_enum_files(struct client_info *info); + /*The following definitions come from rpcclient/cmd_wkssvc.c */ void cmd_wks_query_info(struct client_info *info); |