diff options
author | Günther Deschner <gd@samba.org> | 2011-04-30 00:09:09 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-02 15:03:43 +0200 |
commit | cd5b2b242b39437081592d41d297bce0668b40ab (patch) | |
tree | 5c5e8399be25f25191c974a6de0774a5993545b3 /source3/include | |
parent | 89ceb489784358f9476bb6be0ad3ab9ea4d1b9c2 (diff) | |
download | samba-cd5b2b242b39437081592d41d297bce0668b40ab.tar.gz samba-cd5b2b242b39437081592d41d297bce0668b40ab.tar.bz2 samba-cd5b2b242b39437081592d41d297bce0668b40ab.zip |
s3-printing: avoid using pipes_struct when only session_info is needed.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nt_printing.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 02a72b32f1..ad6262ecff 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -23,7 +23,7 @@ #define NT_PRINTING_H_ #include "client.h" -#include "../librpc/gen_ndr/srv_spoolss.h" +#include "../librpc/gen_ndr/spoolss.h" #ifndef SAMBA_PRINTER_PORT_NAME #define SAMBA_PRINTER_PORT_NAME "Samba Printer Port" @@ -169,11 +169,11 @@ bool printer_driver_files_in_use(TALLOC_CTX *mem_ctx, bool delete_driver_files(const struct auth_serversupplied_info *server_info, const struct spoolss_DriverInfo8 *r); -WERROR move_driver_to_download_area(struct pipes_struct *p, +WERROR move_driver_to_download_area(struct auth_serversupplied_info *session_info, struct spoolss_AddDriverInfoCtr *r); WERROR clean_up_driver_struct(TALLOC_CTX *mem_ctx, - struct pipes_struct *rpc_pipe, + struct auth_serversupplied_info *session_info, struct spoolss_AddDriverInfoCtr *r); void map_printer_permissions(struct security_descriptor *sd); |