diff options
author | Jeremy Allison <jra@samba.org> | 2000-07-25 17:09:29 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-07-25 17:09:29 +0000 |
commit | fcbf69495784000861d432c13217702cc28884f8 (patch) | |
tree | d86360aff4267a94d9a697d3822946f5f18b253a /source3/include | |
parent | 5a5ef183799dd84ff453db849e929533e709fd0b (diff) | |
download | samba-fcbf69495784000861d432c13217702cc28884f8.tar.gz samba-fcbf69495784000861d432c13217702cc28884f8.tar.bz2 samba-fcbf69495784000861d432c13217702cc28884f8.zip |
Added some error checking and returns to the new 'move' code.
Jeremy.
(This used to be commit 0bd88d304cd773e0bbf3e6f7fedcb3b544d41cbe)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 7a52506451..a97eaa4e4b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1670,8 +1670,8 @@ BOOL add_a_form(nt_forms_struct **list, const FORM *form, int *count); void update_a_form(nt_forms_struct **list, const FORM *form, int count); int get_ntdrivers(fstring **list, char *architecture, uint32 version); BOOL get_short_archi(char *short_archi, char *long_archi); -uint32 clean_up_driver_struct(NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract, uint32 level); -uint32 move_driver_to_download_area(NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract, uint32 level, struct current_user *user); +void clean_up_driver_struct(NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract, uint32 level); +BOOL move_driver_to_download_area(NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract, uint32 level, struct current_user *user); uint32 get_a_printer_driver_9x_compatible(pstring line, fstring model); uint32 del_a_printer(char *sharename); BOOL add_a_specific_param(NT_PRINTER_INFO_LEVEL_2 *info_2, NT_PRINTER_PARAM *param); |