diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 14:24:48 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 16:03:24 +0200 |
commit | d79895e82606bcfe265a67bf9a6b7e03368f0bae (patch) | |
tree | f9df494b8126f84fca41a19a7fa01e3e88d3925d /source3/include | |
parent | 862e888f71119b528d72290ad565d5a6203b4f17 (diff) | |
download | samba-d79895e82606bcfe265a67bf9a6b7e03368f0bae.tar.gz samba-d79895e82606bcfe265a67bf9a6b7e03368f0bae.tar.bz2 samba-d79895e82606bcfe265a67bf9a6b7e03368f0bae.zip |
s3: Lift the smbd_messaging_context from printer_driver_files_in_use
Diffstat (limited to 'source3/include')
-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); |