summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-09 18:23:40 +0100
committerGünther Deschner <gd@samba.org>2009-03-13 09:25:23 +0100
commitd6e2ef51ecb430d9dfd7221b6d4a030325d05b4f (patch)
tree183c15966786c1c3510227fd0aafa516c691cfb8 /source3/include
parentfab10c6078ec584be543d7bdd62e5ca638811c20 (diff)
downloadsamba-d6e2ef51ecb430d9dfd7221b6d4a030325d05b4f.tar.gz
samba-d6e2ef51ecb430d9dfd7221b6d4a030325d05b4f.tar.bz2
samba-d6e2ef51ecb430d9dfd7221b6d4a030325d05b4f.zip
s3-spoolss: use pidl for _spoolss_EnumPrinterDrivers.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 5eac7afda3..49164c31a0 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6106,7 +6106,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_enumprinterdrivers( pipes_struct *p, SPOOL_Q_ENUMPRINTERDRIVERS *q_u, SPOOL_R_ENUMPRINTERDRIVERS *r_u);
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);