diff options
author | Günther Deschner <gd@samba.org> | 2009-03-06 12:01:14 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-06 14:32:15 +0100 |
commit | f9bf09e255c20672f1565aa9e3c51d1274958dcf (patch) | |
tree | 67da04bdd0c34fb545b425817d89698ea0ac703a /source3/include | |
parent | c9de2300bb2c073f42fed15abd56c47f349b8e65 (diff) | |
download | samba-f9bf09e255c20672f1565aa9e3c51d1274958dcf.tar.gz samba-f9bf09e255c20672f1565aa9e3c51d1274958dcf.tar.bz2 samba-f9bf09e255c20672f1565aa9e3c51d1274958dcf.zip |
s3-spoolss: use pidl for _spoolss_EnumForms.
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 4ce5ed695f..8395e2ad4d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6123,7 +6123,6 @@ WERROR add_port_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, const char *portname 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 _spoolss_enumforms(pipes_struct *p, SPOOL_Q_ENUMFORMS *q_u, SPOOL_R_ENUMFORMS *r_u); 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); |