summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-07 23:53:11 +0100
committerGünther Deschner <gd@samba.org>2009-03-13 09:25:21 +0100
commitb80e3e572427eae881f38d9726f173952939a8a1 (patch)
tree50a313e6b7dbf66480529d8955175fae6795d25e /source3/include
parent661e81d48c5a2df40bba3b3e40ae432e14ffc4c3 (diff)
downloadsamba-b80e3e572427eae881f38d9726f173952939a8a1.tar.gz
samba-b80e3e572427eae881f38d9726f173952939a8a1.tar.bz2
samba-b80e3e572427eae881f38d9726f173952939a8a1.zip
s3-spoolss: use pidl for _spoolss_EnumJobs.
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 c1f4b722cc..d61dbe498b 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6117,7 +6117,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_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 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);