summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-08 19:19:57 +0100
committerGünther Deschner <gd@samba.org>2009-02-09 10:42:33 +0100
commit9ef58a91962728c48df85c09ddabacfe9ebe2f21 (patch)
treec0a180dfc9d2cc9a6dca43f6067611fd7acc4ef0 /source3/include
parentc7d572a76f6269b9f6edea553bcb17d270a69500 (diff)
downloadsamba-9ef58a91962728c48df85c09ddabacfe9ebe2f21.tar.gz
samba-9ef58a91962728c48df85c09ddabacfe9ebe2f21.tar.bz2
samba-9ef58a91962728c48df85c09ddabacfe9ebe2f21.zip
s3-spoolss: use pidl for _spoolss_SetForm.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 574dd49f59..d33eaf9a96 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4794,7 +4794,7 @@ int write_ntforms(nt_forms_struct **list, int number);
bool add_a_form(nt_forms_struct **list, struct spoolss_AddFormInfo1 *form, int *count);
bool delete_a_form(nt_forms_struct **list, UNISTR2 *del_name, int *count, WERROR *ret);
bool delete_a_form_by_string(nt_forms_struct **list, const char *del_name, int *count, WERROR *ret);
-void update_a_form(nt_forms_struct **list, const FORM *form, int count);
+void update_a_form(nt_forms_struct **list, struct spoolss_AddFormInfo1 *form, int count);
int get_ntdrivers(fstring **list, const char *architecture, uint32 version);
const char *get_short_archi(const char *long_archi);
WERROR clean_up_driver_struct(struct pipes_struct *rpc_pipe,