summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-04-21 17:59:55 +0200
committerGünther Deschner <gd@samba.org>2010-04-23 16:06:51 +0200
commitd65485b3c5b9168609069e0d771db11424fcddb4 (patch)
treec523056aa9ec02f06969980a343280eb11c79db4 /source3/include/proto.h
parent3f1cc29814c62b60a5615bb05c13addd171cc141 (diff)
downloadsamba-d65485b3c5b9168609069e0d771db11424fcddb4.tar.gz
samba-d65485b3c5b9168609069e0d771db11424fcddb4.tar.bz2
samba-d65485b3c5b9168609069e0d771db11424fcddb4.zip
s3-spoolss: Use const values for notify functions.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 799e3c4985..4afe952705 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4826,12 +4826,12 @@ void notify_job_username(const char *sharename, uint32 jobid, char *name);
void notify_job_name(const char *sharename, uint32 jobid, char *name);
void notify_job_submitted(const char *sharename, uint32 jobid,
time_t submitted);
-void notify_printer_driver(int snum, char *driver_name);
-void notify_printer_comment(int snum, char *comment);
-void notify_printer_sharename(int snum, char *share_name);
-void notify_printer_printername(int snum, char *printername);
-void notify_printer_port(int snum, char *port_name);
-void notify_printer_location(int snum, char *location);
+void notify_printer_driver(int snum, const char *driver_name);
+void notify_printer_comment(int snum, const char *comment);
+void notify_printer_sharename(int snum, const char *share_name);
+void notify_printer_printername(int snum, const char *printername);
+void notify_printer_port(int snum, const char *port_name);
+void notify_printer_location(int snum, const char *location);
void notify_printer_byname( const char *printername, uint32 change, const char *value );
/* The following definitions come from printing/nt_printing.c */