diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 14:23:12 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 16:03:24 +0200 |
commit | 862e888f71119b528d72290ad565d5a6203b4f17 (patch) | |
tree | bb18d7addef23dbaf679328989724dea3f570cee /source3/include | |
parent | 51c47a330257c58e8c3b5db197df07cf3bf7d9a1 (diff) | |
download | samba-862e888f71119b528d72290ad565d5a6203b4f17.tar.gz samba-862e888f71119b528d72290ad565d5a6203b4f17.tar.bz2 samba-862e888f71119b528d72290ad565d5a6203b4f17.zip |
s3: Lift the smbd_messaging_context from printer_driver_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 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, |