diff options
author | Günther Deschner <gd@samba.org> | 2009-03-14 02:24:47 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 11:57:26 +0100 |
commit | f9871a846dcac079e33a9478fad5e3491a51e168 (patch) | |
tree | a8e9b7151936a5d344df602ce857e778e0dbcb8d /source3/include | |
parent | 4234969df7fa973ee798bb656883a75d794006d6 (diff) | |
download | samba-f9871a846dcac079e33a9478fad5e3491a51e168.tar.gz samba-f9871a846dcac079e33a9478fad5e3491a51e168.tar.bz2 samba-f9871a846dcac079e33a9478fad5e3491a51e168.zip |
s3-spoolss: use pidl for _spoolss_SetPrinterData.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 4a9c824f57..b42370745f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6063,7 +6063,6 @@ WERROR add_port_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, const char *portname bool add_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, NT_PRINTER_INFO_LEVEL *printer); WERROR enumports_hook(TALLOC_CTX *ctx, int *count, char ***lines ); WERROR _spoolss_enumprinterdata(pipes_struct *p, SPOOL_Q_ENUMPRINTERDATA *q_u, SPOOL_R_ENUMPRINTERDATA *r_u); -WERROR _spoolss_setprinterdata( pipes_struct *p, SPOOL_Q_SETPRINTERDATA *q_u, SPOOL_R_SETPRINTERDATA *r_u); WERROR _spoolss_enumprinterkey(pipes_struct *p, SPOOL_Q_ENUMPRINTERKEY *q_u, SPOOL_R_ENUMPRINTERKEY *r_u); WERROR _spoolss_enumprinterdataex(pipes_struct *p, SPOOL_Q_ENUMPRINTERDATAEX *q_u, SPOOL_R_ENUMPRINTERDATAEX *r_u); |