diff options
author | Jeremy Allison <jra@samba.org> | 2000-10-26 22:09:22 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-10-26 22:09:22 +0000 |
commit | 9a8749d33aebdb4b5cb705cf250012bfa8cf9238 (patch) | |
tree | 4ee2171e4a6284bdd7415a0931b0a2e59870691c /source3/include | |
parent | b5ac72cc646a981469ee65305da83f273c4cd093 (diff) | |
download | samba-9a8749d33aebdb4b5cb705cf250012bfa8cf9238.tar.gz samba-9a8749d33aebdb4b5cb705cf250012bfa8cf9238.tar.bz2 samba-9a8749d33aebdb4b5cb705cf250012bfa8cf9238.zip |
Added John Reillys patch for error code returns from clean_up_printer_driver_strunct()
calls.
Jeremy.
(This used to be commit f81a2a03bf435e65e7484ab021f86a8a4f62b656)
Diffstat (limited to 'source3/include')
-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 c5294fd1ea..9b851f901d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1727,7 +1727,7 @@ BOOL delete_a_form(nt_forms_struct **list, UNISTR2 *del_name, int *count, uint32 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); -void clean_up_driver_struct(NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract, uint32 level); +uint32 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 *perr); uint32 get_a_printer_driver_9x_compatible(pstring line, fstring model); uint32 del_a_printer(char *sharename); |