diff options
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r-- | source3/include/nt_printing.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |