summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-08 14:37:47 +0200
committerVolker Lendecke <vl@samba.org>2010-08-08 16:03:25 +0200
commitbccb7c87cca02adacd7ede9b60d543b8b3b1eb29 (patch)
tree36dc92088233b6eb9eccbd1aa84ff8fa0ef31a91 /source3/include/nt_printing.h
parent7d08c25f989df14131567d055a9c922e27247c14 (diff)
downloadsamba-bccb7c87cca02adacd7ede9b60d543b8b3b1eb29.tar.gz
samba-bccb7c87cca02adacd7ede9b60d543b8b3b1eb29.tar.bz2
samba-bccb7c87cca02adacd7ede9b60d543b8b3b1eb29.zip
s3: Lift the smbd_messaging_context from check_published_printers
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 31d85a8e7b..97f70faf39 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -252,7 +252,7 @@ bool is_printer_published(TALLOC_CTX *mem_ctx,
char *servername, char *printer, struct GUID *guid,
struct spoolss_PrinterInfo2 **info2);
-WERROR check_published_printers(void);
+WERROR check_published_printers(struct messaging_context *msg_ctx);
bool driver_info_ctr_to_info8(struct spoolss_AddDriverInfoCtr *r,
struct spoolss_DriverInfo8 *_info8);