diff options
author | Günther Deschner <gd@samba.org> | 2009-03-10 00:51:38 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-13 09:25:24 +0100 |
commit | f6f703f16ef3b6a061801776e4bcc76fb04ad21a (patch) | |
tree | 6c859cf7b9bd63787ad6f29512f521acf8a11a55 /source3/include | |
parent | cdcc5a122b6e0ad32787ce0a9c9f02f90388aa4d (diff) | |
download | samba-f6f703f16ef3b6a061801776e4bcc76fb04ad21a.tar.gz samba-f6f703f16ef3b6a061801776e4bcc76fb04ad21a.tar.bz2 samba-f6f703f16ef3b6a061801776e4bcc76fb04ad21a.zip |
s3-spoolss: use pidl for _spoolss_EnumPrinters.
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 112c660d7c..5de37e1f82 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6086,7 +6086,6 @@ void construct_info_data(struct spoolss_Notify *info_data, DEVICEMODE *construct_dev_mode(const char *servicename); struct spoolss_DeviceMode *construct_dev_mode_new(TALLOC_CTX *mem_ctx, const char *servicename); -WERROR _spoolss_enumprinters( pipes_struct *p, SPOOL_Q_ENUMPRINTERS *q_u, SPOOL_R_ENUMPRINTERS *r_u); WERROR _spoolss_getprinter(pipes_struct *p, SPOOL_Q_GETPRINTER *q_u, SPOOL_R_GETPRINTER *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); |