diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nt_printing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index d244b2c9f3..6db306e2b0 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -150,7 +150,7 @@ WERROR nt_printer_publish(TALLOC_CTX *mem_ctx, bool is_printer_published(TALLOC_CTX *mem_ctx, const struct auth_serversupplied_info *server_info, struct messaging_context *msg_ctx, - char *servername, char *printer, struct GUID *guid, + const char *servername, char *printer, struct GUID *guid, struct spoolss_PrinterInfo2 **info2); WERROR check_published_printers(struct messaging_context *msg_ctx); |