summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-06 21:51:12 +0100
committerGünther Deschner <gd@samba.org>2009-03-07 00:49:51 +0100
commit3cf22a88562ccbab79c2a4a389fa6559cda71319 (patch)
treeedd26b40290395363f77f9817c5f7e9efa6c5910 /source3/include
parenta58e59fc6ed0ee91c8761cbda62c34e35e6dd153 (diff)
downloadsamba-3cf22a88562ccbab79c2a4a389fa6559cda71319.tar.gz
samba-3cf22a88562ccbab79c2a4a389fa6559cda71319.tar.bz2
samba-3cf22a88562ccbab79c2a4a389fa6559cda71319.zip
s3-spoolss: use pidl for _spoolss_EnumPrintProcDataTypes.
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 8cefefaf11..6e18126b16 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6127,7 +6127,6 @@ WERROR enumports_hook(TALLOC_CTX *ctx, int *count, char ***lines );
WERROR _spoolss_enumports( pipes_struct *p, SPOOL_Q_ENUMPORTS *q_u, SPOOL_R_ENUMPORTS *r_u);
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_enumprintprocdatatypes(pipes_struct *p, SPOOL_Q_ENUMPRINTPROCDATATYPES *q_u, SPOOL_R_ENUMPRINTPROCDATATYPES *r_u);
WERROR _spoolss_enumprintmonitors(pipes_struct *p, SPOOL_Q_ENUMPRINTMONITORS *q_u, SPOOL_R_ENUMPRINTMONITORS *r_u);
WERROR _spoolss_getjob( pipes_struct *p, SPOOL_Q_GETJOB *q_u, SPOOL_R_GETJOB *r_u);
WERROR _spoolss_enumprinterkey(pipes_struct *p, SPOOL_Q_ENUMPRINTERKEY *q_u, SPOOL_R_ENUMPRINTERKEY *r_u);