diff options
author | Günther Deschner <gd@samba.org> | 2009-02-13 00:10:10 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-14 01:42:07 +0100 |
commit | cd2af58af9f04ffaa59c482df8fdf5991cae4156 (patch) | |
tree | 04ebb64dee9e68db717352dceea60ad003c00de6 /source3/include | |
parent | fbcccbc410ce23eb0f78f47fe5c7ee4a64e78a0c (diff) | |
download | samba-cd2af58af9f04ffaa59c482df8fdf5991cae4156.tar.gz samba-cd2af58af9f04ffaa59c482df8fdf5991cae4156.tar.bz2 samba-cd2af58af9f04ffaa59c482df8fdf5991cae4156.zip |
s3-spoolss: use pidl for _spoolss_SetPrinter.
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 9f3c04e649..bfbf972be7 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6245,7 +6245,6 @@ WERROR _spoolss_getprinter(pipes_struct *p, SPOOL_Q_GETPRINTER *q_u, SPOOL_R_GET 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 _spoolss_setprinter(pipes_struct *p, SPOOL_Q_SETPRINTER *q_u, SPOOL_R_SETPRINTER *r_u); WERROR _spoolss_enumjobs( pipes_struct *p, SPOOL_Q_ENUMJOBS *q_u, SPOOL_R_ENUMJOBS *r_u); WERROR _spoolss_enumprinterdrivers( pipes_struct *p, SPOOL_Q_ENUMPRINTERDRIVERS *q_u, SPOOL_R_ENUMPRINTERDRIVERS *r_u); WERROR _spoolss_enumforms(pipes_struct *p, SPOOL_Q_ENUMFORMS *q_u, SPOOL_R_ENUMFORMS *r_u); |