diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 14:35:50 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 16:03:25 +0200 |
commit | 7d08c25f989df14131567d055a9c922e27247c14 (patch) | |
tree | 2a6073c732fca44bdfb5eaf73c403c6a9a2fd4a7 /source3/include | |
parent | 61837197d8e0583d1ced7edd57353a72699495bb (diff) | |
download | samba-7d08c25f989df14131567d055a9c922e27247c14.tar.gz samba-7d08c25f989df14131567d055a9c922e27247c14.tar.bz2 samba-7d08c25f989df14131567d055a9c922e27247c14.zip |
s3: Lift the smbd_messaging_context from nt_printer_publish
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 c98085b421..31d85a8e7b 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -243,6 +243,7 @@ bool print_access_check(struct auth_serversupplied_info *server_info, WERROR nt_printer_publish(TALLOC_CTX *mem_ctx, struct auth_serversupplied_info *server_info, + struct messaging_context *msg_ctx, struct spoolss_PrinterInfo2 *pinfo2, int action); |