summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-16 14:58:55 +0100
committerGünther Deschner <gd@samba.org>2009-03-17 12:07:58 +0100
commit80ecd11050061c6af30ff770e58af2f1a8291806 (patch)
tree8ef96cf0e147aee73ff0d87d00eabe02d7d70e09 /source3/include
parent57077f43a73cfca9b3ae6ea03ebe457925e4c232 (diff)
downloadsamba-80ecd11050061c6af30ff770e58af2f1a8291806.tar.gz
samba-80ecd11050061c6af30ff770e58af2f1a8291806.tar.bz2
samba-80ecd11050061c6af30ff770e58af2f1a8291806.zip
s3-spoolss: use pidl for _spoolss_EnumPrinterData.
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 8baf2ed6e7..7329098176 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6052,7 +6052,6 @@ struct spoolss_DeviceMode *construct_dev_mode_new(TALLOC_CTX *mem_ctx,
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 );
-WERROR _spoolss_enumprinterdata(pipes_struct *p, SPOOL_Q_ENUMPRINTERDATA *q_u, SPOOL_R_ENUMPRINTERDATA *r_u);
WERROR _spoolss_enumprinterkey(pipes_struct *p, SPOOL_Q_ENUMPRINTERKEY *q_u, SPOOL_R_ENUMPRINTERKEY *r_u);
WERROR _spoolss_enumprinterdataex(pipes_struct *p, SPOOL_Q_ENUMPRINTERDATAEX *q_u, SPOOL_R_ENUMPRINTERDATAEX *r_u);