diff options
author | Jeremy Allison <jra@samba.org> | 2000-07-19 20:11:11 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-07-19 20:11:11 +0000 |
commit | 5c162bbe5b6ce32f894c3ee77da9dcdd9c840ad4 (patch) | |
tree | a6e9c9ede92831ad5e3e6bf995632fe6c049ce83 /source3/include | |
parent | 3c9e410c340d53897a3f97243d8286812704f6c0 (diff) | |
download | samba-5c162bbe5b6ce32f894c3ee77da9dcdd9c840ad4.tar.gz samba-5c162bbe5b6ce32f894c3ee77da9dcdd9c840ad4.tar.bz2 samba-5c162bbe5b6ce32f894c3ee77da9dcdd9c840ad4.zip |
Code from John Reilly <jreilly@hp.com> 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)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |