diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-06-16 20:49:15 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-06-16 20:49:15 +0000 |
commit | 2a33e58d18f400a05aeef00ba27f2b3c12ac315c (patch) | |
tree | 566fbed5efb1ddf7b15fd07ab41a524bccd0ae43 /source3/include/proto.h | |
parent | e14d99fd0d4bc3c27fe1f38f11e281a8f78cdeb1 (diff) | |
download | samba-2a33e58d18f400a05aeef00ba27f2b3c12ac315c.tar.gz samba-2a33e58d18f400a05aeef00ba27f2b3c12ac315c.tar.bz2 samba-2a33e58d18f400a05aeef00ba27f2b3c12ac315c.zip |
charset.c: Dropped debug message to level 6.
loadparm.c: Added "time server" parameter.
nameserv.h: Added "time server" parameter.
proto.h: Added lp_time_server().
server.c: Removed incorrect | 0700 - this was a whistle specific change.
Jeremy (jallison@whistle.com).
(This used to be commit 54dcca1240ec0a7f107f8a77e0893855015f9d29)
Diffstat (limited to 'source3/include/proto.h')
-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 fd4e2dd23c..92feccf384 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -167,6 +167,7 @@ BOOL lp_syslog_only(void); BOOL lp_browse_list(void); BOOL lp_unix_realname(void); BOOL lp_nis_home_map(void); +BOOL lp_time_server(void); int lp_os_level(void); int lp_max_ttl(void); int lp_max_log_size(void); |