diff options
author | Jeremy Allison <jra@samba.org> | 2000-04-12 17:59:09 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-04-12 17:59:09 +0000 |
commit | 8316237e9ca83d1bd0cecdc63d7e47b44cf13181 (patch) | |
tree | daff31da47ad88886634d083c68d4da40b5095c1 /source3/include/proto.h | |
parent | f5da7470c3f4d1fc86dee19e85d189595344bad2 (diff) | |
download | samba-8316237e9ca83d1bd0cecdc63d7e47b44cf13181.tar.gz samba-8316237e9ca83d1bd0cecdc63d7e47b44cf13181.tar.bz2 samba-8316237e9ca83d1bd0cecdc63d7e47b44cf13181.zip |
Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,
but the structure is done enough so that Andrew can look it over and give
a yea/nay decision.
Jeremy.
(This used to be commit db96f83e34a139f47776fcbb5c1624fbf9d9943b)
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 215529f697..a02ea38bd9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1357,6 +1357,7 @@ BOOL lp_map_hidden(int ); BOOL lp_map_archive(int ); BOOL lp_locking(int ); BOOL lp_strict_locking(int ); +BOOL lp_posix_locking(int ); BOOL lp_utmp(int ); BOOL lp_share_modes(int ); BOOL lp_oplocks(int ); |