From 5c162bbe5b6ce32f894c3ee77da9dcdd9c840ad4 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 19 Jul 2000 20:11:11 +0000 Subject: Code from John Reilly to add tdb lookups into the Win95 printer driver download if looking for the default driver files fail. Jeremy. (This used to be commit 1192d867c4e863471f9bc12afceb68a23ba2142e) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index e0ff128368..512d816535 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1660,6 +1660,7 @@ 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); void get_short_archi(char *short_archi, char *long_archi); +uint32 get_a_printer_driver_9x_compatible(pstring line, fstring model); uint32 del_a_printer(char *portname); BOOL add_a_specific_param(NT_PRINTER_INFO_LEVEL_2 *info_2, NT_PRINTER_PARAM *param); BOOL unlink_specific_param_if_exist(NT_PRINTER_INFO_LEVEL_2 *info_2, NT_PRINTER_PARAM *param); -- cgit