From a97fef36bccb856c9a6b7e1630f20dd3c394442e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 28 Jul 2011 11:36:50 +0200 Subject: s3-spoolss: Use existing handle in printer_driver_files_in_use(). Autobuild-User: Andreas Schneider Autobuild-Date: Thu Jul 28 16:20:11 CEST 2011 on sn-devel-104 --- source3/include/nt_printing.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 0ac1995f53..1f13a1a8e7 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -150,8 +150,7 @@ bool printer_driver_in_use(TALLOC_CTX *mem_ctx, struct dcerpc_binding_handle *b, const struct spoolss_DriverInfo8 *r); bool printer_driver_files_in_use(TALLOC_CTX *mem_ctx, - const struct auth_session_info *server_info, - struct messaging_context *msg_ctx, + struct dcerpc_binding_handle *b, struct spoolss_DriverInfo8 *r); bool delete_driver_files(const struct auth_session_info *server_info, const struct spoolss_DriverInfo8 *r); -- cgit