diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-10 11:50:28 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-10 11:50:28 +0000 |
commit | 85c1f5ffb945e9ce1e8772f0bd8aa08d2155ffb1 (patch) | |
tree | b1b1a68a1b55b001ff20e0968cfeb47e694bc393 /source3/include | |
parent | e86cba2194a04a581b872076d408c66c28b16760 (diff) | |
download | samba-85c1f5ffb945e9ce1e8772f0bd8aa08d2155ffb1.tar.gz samba-85c1f5ffb945e9ce1e8772f0bd8aa08d2155ffb1.tar.bz2 samba-85c1f5ffb945e9ce1e8772f0bd8aa08d2155ffb1.zip |
proto rebuild
(This used to be commit b396dbb1a7a498f9e815f914aa391ccf6f635e20)
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 7ac0ed3733..55e60ae673 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1411,6 +1411,7 @@ char *lp_veto_oplocks(int ); char *lp_driverlocation(int ); char *lp_dfsmap(int ); BOOL lp_dfsmap_loaded(int ); +BOOL lp_autoloaded(int ); BOOL lp_preexec_close(int ); BOOL lp_rootpreexec_close(int ); BOOL lp_revalidate(int ); |