summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-10-28 19:32:59 +0000
committerJeremy Allison <jra@samba.org>1997-10-28 19:32:59 +0000
commit8f0316bdbcba996d40ac152a9ac076a18b5dd7ec (patch)
tree0e0a909076478b8771c5da1518d18cb67125ed83 /source3/include/proto.h
parent3c214a8fa16826c8c404dab3bc14d66d7dc18ec6 (diff)
downloadsamba-8f0316bdbcba996d40ac152a9ac076a18b5dd7ec.tar.gz
samba-8f0316bdbcba996d40ac152a9ac076a18b5dd7ec.tar.bz2
samba-8f0316bdbcba996d40ac152a9ac076a18b5dd7ec.zip
Adding Windows 95 printer driver code donated by Jean-Francois.Micouleau@utc.fr.
New program, make_printerdef, plus two new parameters : [global] "printer driver file" [local] "printer driver location" Jeremy. (This used to be commit 9a5b42e6b3e7a35d56f81e9428fc747246e2fc5c)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index db8674a5a1..9ebe15e99a 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -159,6 +159,7 @@ struct in_addr *iface_ip(struct in_addr ip);
/*The following definitions come from ipc.c */
+int get_printerdrivernumber(int snum);
int reply_trans(char *inbuf,char *outbuf);
/*The following definitions come from kanji.c */
@@ -203,6 +204,7 @@ char *lp_socket_address(void);
char *lp_nis_home_map_name(void);
char *lp_announce_version(void);
char *lp_netbios_aliases(void);
+char *lp_driverfile(void);
char *lp_domain_sid(void);
char *lp_domain_other_sids(void);
char *lp_domain_groups(void);
@@ -285,6 +287,7 @@ char *lp_volume(int );
char *lp_mangled_map(int );
char *lp_veto_files(int );
char *lp_hide_files(int );
+char *lp_driverlocation(int );
BOOL lp_alternate_permissions(int );
BOOL lp_revalidate(int );
BOOL lp_casesensitive(int );