diff options
author | Gerald Carter <jerry@samba.org> | 2000-07-25 21:14:49 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2000-07-25 21:14:49 +0000 |
commit | 904a24a0129b9d9c7492b7eaadbb1fb3e076eac5 (patch) | |
tree | 007992778478662e4906a2df0880e22a1107471d /source3 | |
parent | 48a3e00224cf3dbfc903c99d6110a09a5efabca4 (diff) | |
download | samba-904a24a0129b9d9c7492b7eaadbb1fb3e076eac5.tar.gz samba-904a24a0129b9d9c7492b7eaadbb1fb3e076eac5.tar.bz2 samba-904a24a0129b9d9c7492b7eaadbb1fb3e076eac5.zip |
make proto
--jerry
(This used to be commit 1f65b13dd56fbe41320f6c4e8f391ce739509e45)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index a97eaa4e4b..9ea50db15e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1985,6 +1985,10 @@ BOOL do_wks_query_info(struct cli_state *cli, /*The following definitions come from rpc_client/msrpc_spoolss.c */ +void decode_port_info_2(NEW_BUFFER *buffer, uint32 returned, + PORT_INFO_2 **info); +void decode_port_info_1(NEW_BUFFER *buffer, uint32 returned, + PORT_INFO_1 **info); BOOL msrpc_spoolss_enum_printers(char* srv_name, uint32 flags, uint32 level, PRINTER_INFO_CTR ctr); BOOL msrpc_spoolss_enum_ports(char* srv_name, @@ -3188,6 +3192,7 @@ uint32 cmd_spoolss_getprinterdata(struct client_info *info, int argc, char *argv uint32 cmd_spoolss_getprinterdriver(struct client_info *info, int argc, char *argv[]); uint32 cmd_spoolss_enumprinterdrivers(struct client_info *info, int argc, char *argv[]); uint32 cmd_spoolss_getprinterdriverdir(struct client_info *info, int argc, char *argv[]); +uint32 cmd_spoolss_addprinterex(struct client_info *info, int argc, char *argv[]); /*The following definitions come from rpcclient/display_sec.c */ |