summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-08-30 21:09:21 +0000
committerJeremy Allison <jra@samba.org>2000-08-30 21:09:21 +0000
commitc77bf3d9e2ef416050bd2a25576f8fa584107fb5 (patch)
tree5c8ee4b03ff434f339b332f32ce3670caea0033e /source3/include
parent177b962dfe4c6215424ff2a2e69a4da3cecb3687 (diff)
downloadsamba-c77bf3d9e2ef416050bd2a25576f8fa584107fb5.tar.gz
samba-c77bf3d9e2ef416050bd2a25576f8fa584107fb5.tar.bz2
samba-c77bf3d9e2ef416050bd2a25576f8fa584107fb5.zip
Fixed error returns for moving printer driver files around so generic
"Access denied" isn't always returned. More fixes found using Gerald's wonderful Win32 test progs :-). Jeremy. (This used to be commit 67b9d40e3df19523714430cb4457717575f2a61e)
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 9b144fd3ae..4fc65f8eda 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1686,7 +1686,7 @@ 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);
-BOOL move_driver_to_download_area(NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract, uint32 level, struct current_user *user);
+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);
BOOL add_a_specific_param(NT_PRINTER_INFO_LEVEL_2 *info_2, NT_PRINTER_PARAM *param);