diff options
author | Volker Lendecke <vl@samba.org> | 2008-11-23 23:01:24 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-11-24 11:39:03 +0100 |
commit | cb4f8573ba5fe7164be8adee8af7fbec9ec18ab0 (patch) | |
tree | d8fb6be80cdc6fd5994d34817fb582e83337fe7d /source3/include/proto.h | |
parent | 783ab0480b7c1454a95cdb414d3277a8fa543e9a (diff) | |
download | samba-cb4f8573ba5fe7164be8adee8af7fbec9ec18ab0.tar.gz samba-cb4f8573ba5fe7164be8adee8af7fbec9ec18ab0.tar.bz2 samba-cb4f8573ba5fe7164be8adee8af7fbec9ec18ab0.zip |
Convert get_correct_cversion to use create_conn_struct
Jerry, please check!
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index abb65ac654..d3cc8c9f12 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4773,8 +4773,9 @@ bool delete_a_form(nt_forms_struct **list, UNISTR2 *del_name, int *count, WERROR void update_a_form(nt_forms_struct **list, const FORM *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(NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract, - uint32 level, struct current_user *user); +WERROR clean_up_driver_struct(struct pipes_struct *rpc_pipe, + NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract, + uint32 level); WERROR move_driver_to_download_area(struct pipes_struct *p, NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract, uint32 level, WERROR *perr); |