From 904a24a0129b9d9c7492b7eaadbb1fb3e076eac5 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 25 Jul 2000 21:14:49 +0000 Subject: make proto --jerry (This used to be commit 1f65b13dd56fbe41320f6c4e8f391ce739509e45) --- source3/include/proto.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3') 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 */ -- cgit