X-Git-Url: http://git.samba.org/?p=amitay%2Fsamba.git;a=blobdiff_plain;f=source3%2Finclude%2Fnt_printing.h;h=97f70faf3909928abfed0713b15e151959bc66b9;hp=31d85a8e7bb6b353a925916c11a16047371b2b10;hb=bccb7c87cca02adacd7ede9b60d543b8b3b1eb29;hpb=7d08c25f989df14131567d055a9c922e27247c14 diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 31d85a8e7bb..97f70faf390 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);