diff options
author | Günther Deschner <gd@samba.org> | 2009-02-08 19:19:57 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-09 10:42:33 +0100 |
commit | 9ef58a91962728c48df85c09ddabacfe9ebe2f21 (patch) | |
tree | c0a180dfc9d2cc9a6dca43f6067611fd7acc4ef0 /source3/include/proto.h | |
parent | c7d572a76f6269b9f6edea553bcb17d270a69500 (diff) | |
download | samba-9ef58a91962728c48df85c09ddabacfe9ebe2f21.tar.gz samba-9ef58a91962728c48df85c09ddabacfe9ebe2f21.tar.bz2 samba-9ef58a91962728c48df85c09ddabacfe9ebe2f21.zip |
s3-spoolss: use pidl for _spoolss_SetForm.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
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, |