summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-09-17 01:29:53 +0000
committerJeremy Allison <jra@samba.org>1997-09-17 01:29:53 +0000
commit1590983eb0849130962cb0a08198cf8ad3d49380 (patch)
tree4e0786936672036ef2b0477d1ef7b6ff8d990d56 /source3/include
parent6449fc3b22284cea0aa186b0c6468696a1d8c1b4 (diff)
downloadsamba-1590983eb0849130962cb0a08198cf8ad3d49380.tar.gz
samba-1590983eb0849130962cb0a08198cf8ad3d49380.tar.bz2
samba-1590983eb0849130962cb0a08198cf8ad3d49380.zip
Added 'delete veto files' paremeter. Ugly - but the only
way to allow Samba client users to delete directories containing Mac metafile information (.AppleDouble directories). Needed for clean integration with netatalk. Jeremy (jallison@whistle.com) (This used to be commit 29c6c037dc62e44784e9d127d1e7ef3dd1506733)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 8163777137..3ea589565c 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -261,6 +261,7 @@ BOOL lp_syncalways(int );
BOOL lp_map_system(int );
BOOL lp_delete_readonly(int );
BOOL lp_fake_oplocks(int );
+BOOL lp_recursive_veto_delete(int );
int lp_create_mode(int );
int lp_force_create_mode(int );
int lp_dir_mode(int );
@@ -807,9 +808,6 @@ struct smb_passwd *get_smbpwnam(char *name);
/*The following definitions come from smbrun.c */
-/*The following definitions come from smbwizard.c */
-
-
/*The following definitions come from status.c */
void Ucrit_addUsername(pstring username);