diff options
author | Günther Deschner <gd@samba.org> | 2009-03-09 21:21:15 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-13 09:25:23 +0100 |
commit | 8df8abb8906e5d3bd26fa9f835c820a0c338d027 (patch) | |
tree | 3b69ca57b74f0741f9c08fb3e3e07dbb118b4fc8 /source3/include | |
parent | 058f47d08d9ac121fdec9d230b366b5ff0488fce (diff) | |
download | samba-8df8abb8906e5d3bd26fa9f835c820a0c338d027.tar.gz samba-8df8abb8906e5d3bd26fa9f835c820a0c338d027.tar.bz2 samba-8df8abb8906e5d3bd26fa9f835c820a0c338d027.zip |
s3-spoolss: use pidl for _spoolss_GetPrinterDriver2.
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 7a503203de..72bc3a9a77 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6101,7 +6101,6 @@ 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); WERROR add_port_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, const char *portname, const char *uri ); 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 ); |