diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 14:39:40 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 16:03:26 +0200 |
commit | 99b2da4504307b6eefc6afbd502d931d29625ea0 (patch) | |
tree | bf4bc40edd9df93c69828448b31fb75c30e73d15 /source3/include | |
parent | bccb7c87cca02adacd7ede9b60d543b8b3b1eb29 (diff) | |
download | samba-99b2da4504307b6eefc6afbd502d931d29625ea0.tar.gz samba-99b2da4504307b6eefc6afbd502d931d29625ea0.tar.bz2 samba-99b2da4504307b6eefc6afbd502d931d29625ea0.zip |
s3: Lift the smbd_messaging_context from is_printer_published
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 97f70faf39..7ebacc6985 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -249,6 +249,7 @@ WERROR nt_printer_publish(TALLOC_CTX *mem_ctx, bool is_printer_published(TALLOC_CTX *mem_ctx, struct auth_serversupplied_info *server_info, + struct messaging_context *msg_ctx, char *servername, char *printer, struct GUID *guid, struct spoolss_PrinterInfo2 **info2); |