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