diff options
author | Günther Deschner <gd@samba.org> | 2008-11-15 22:16:51 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-07 01:52:28 +0100 |
commit | b8cd20cd5c3ff537d48a05dd04886ced107da7ae (patch) | |
tree | d6803a62be88f757dd715edc4c7b713a5adf8b56 /source3/include | |
parent | 9bfca0bea0521b41c7bbf1ccbd35ce2e4cbb31ef (diff) | |
download | samba-b8cd20cd5c3ff537d48a05dd04886ced107da7ae.tar.gz samba-b8cd20cd5c3ff537d48a05dd04886ced107da7ae.tar.bz2 samba-b8cd20cd5c3ff537d48a05dd04886ced107da7ae.zip |
s3-spoolss: use rpccli_spoolss_DeleteForm.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 3aad31319b..aae8dbfd54 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5475,8 +5475,6 @@ WERROR rpccli_spoolss_setform(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, WERROR rpccli_spoolss_getform(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, POLICY_HND *handle, const char *formname, uint32 level, FORM_1 *form); -WERROR rpccli_spoolss_deleteform(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - POLICY_HND *handle, const char *form_name); WERROR rpccli_spoolss_enumforms(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, POLICY_HND *handle, int level, uint32 *num_forms, FORM_1 **forms); @@ -6116,8 +6114,6 @@ bool make_spoolss_q_addform(SPOOL_Q_ADDFORM *q_u, POLICY_HND *handle, int level, FORM *form); bool make_spoolss_q_setform(SPOOL_Q_SETFORM *q_u, POLICY_HND *handle, int level, const char *form_name, FORM *form); -bool make_spoolss_q_deleteform(SPOOL_Q_DELETEFORM *q_u, POLICY_HND *handle, - const char *form); bool make_spoolss_q_getform(SPOOL_Q_GETFORM *q_u, POLICY_HND *handle, const char *formname, uint32 level, RPC_BUFFER *buffer, uint32 offered); |