summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-29 04:51:56 +0200
committerGünther Deschner <gd@samba.org>2010-09-30 02:59:35 +0200
commit3797d48b76fadb988c40d056751be8671c9e6906 (patch)
tree06555231fd8974ba189c57c2f4f1c657e140ef47 /source3/include/nt_printing.h
parent156ab4ec104adf20257b2ef1e361382eac457ee3 (diff)
downloadsamba-3797d48b76fadb988c40d056751be8671c9e6906.tar.gz
samba-3797d48b76fadb988c40d056751be8671c9e6906.tar.bz2
samba-3797d48b76fadb988c40d056751be8671c9e6906.zip
s3-spoolss: Fix servername/printername handling which turns out to be very important to get right.
Guenther
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 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);