diff options
author | Günther Deschner <gd@samba.org> | 2009-03-07 23:48:36 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-13 09:25:21 +0100 |
commit | 661e81d48c5a2df40bba3b3e40ae432e14ffc4c3 (patch) | |
tree | b4821c9ee8c3200d6c06139eb1c922bed0f1ad84 /source3/include | |
parent | fbfd22bce8ad7a56c12c56183f5b3d510817b821 (diff) | |
download | samba-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.h | 2 |
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); |