From d79895e82606bcfe265a67bf9a6b7e03368f0bae Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Aug 2010 14:24:48 +0200 Subject: s3: Lift the smbd_messaging_context from printer_driver_files_in_use --- source3/include/nt_printing.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index e8a07f8c47..c3d698b71a 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -261,6 +261,7 @@ bool printer_driver_in_use(TALLOC_CTX *mem_ctx, const struct spoolss_DriverInfo8 *r); bool printer_driver_files_in_use(TALLOC_CTX *mem_ctx, struct auth_serversupplied_info *server_info, + struct messaging_context *msg_ctx, struct spoolss_DriverInfo8 *r); bool delete_driver_files(struct auth_serversupplied_info *server_info, const struct spoolss_DriverInfo8 *r); -- cgit