summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-07 23:48:36 +0100
committerGünther Deschner <gd@samba.org>2009-03-13 09:25:21 +0100
commit661e81d48c5a2df40bba3b3e40ae432e14ffc4c3 (patch)
treeb4821c9ee8c3200d6c06139eb1c922bed0f1ad84 /source3/include
parentfbfd22bce8ad7a56c12c56183f5b3d510817b821 (diff)
downloadsamba-661e81d48c5a2df40bba3b3e40ae432e14ffc4c3.tar.gz
samba-661e81d48c5a2df40bba3b3e40ae432e14ffc4c3.tar.bz2
samba-661e81d48c5a2df40bba3b3e40ae432e14ffc4c3.zip
s3-spoolss: add construct_dev_mode_new.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 25237bbba6..c1f4b722cc 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6110,6 +6110,8 @@ void construct_info_data(struct spoolss_Notify *info_data,
enum spoolss_Field field,
int id);
DEVICEMODE *construct_dev_mode(const char *servicename);
+struct spoolss_DeviceMode *construct_dev_mode_new(TALLOC_CTX *mem_ctx,
+ const char *servicename);
WERROR _spoolss_enumprinters( pipes_struct *p, SPOOL_Q_ENUMPRINTERS *q_u, SPOOL_R_ENUMPRINTERS *r_u);
WERROR _spoolss_getprinter(pipes_struct *p, SPOOL_Q_GETPRINTER *q_u, SPOOL_R_GETPRINTER *r_u);
WERROR _spoolss_getprinterdriver2(pipes_struct *p, SPOOL_Q_GETPRINTERDRIVER2 *q_u, SPOOL_R_GETPRINTERDRIVER2 *r_u);