diff options
author | Tim Potter <tpot@samba.org> | 1999-07-22 05:00:08 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 1999-07-22 05:00:08 +0000 |
commit | 0108188ceb9d786822e41b5fa3ffcfd6164afdd8 (patch) | |
tree | 9bde253acc42e2cf07cba3ddc78602e9e7a45d81 /source3/include | |
parent | 1aef4d76c9ec5bd984ac1ba8123105d4c8e6cdfa (diff) | |
download | samba-0108188ceb9d786822e41b5fa3ffcfd6164afdd8.tar.gz samba-0108188ceb9d786822e41b5fa3ffcfd6164afdd8.tar.bz2 samba-0108188ceb9d786822e41b5fa3ffcfd6164afdd8.zip |
make proto
(This used to be commit 50be413a9fa90dbfce31c8e6ae4b8c452a4cb7ce)
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 10d2054d1e..758e394262 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1221,6 +1221,7 @@ void expire_workgroups_and_servers(time_t t); /*The following definitions come from param/loadparm.c */ +struct vfs_options *lp_vfsoptions(int i) ; char *lp_logfile(void); char *lp_smbrun(void); char *lp_configfile(void); |