X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=include%2Fatalk%2Fvolume.h;h=7172887a2d489947316df310aa44966277602cc6;hp=c3ebd39b62c12633a06dca2c091110fa1ecaa4d3;hb=4021b76ce3f3e51756e9d59b4a5a045ad6398dc8;hpb=3a16f6dfaf832c1e50086579bc7c4f774ed686a9 diff --git a/include/atalk/volume.h b/include/atalk/volume.h index c3ebd39b..7172887a 100644 --- a/include/atalk/volume.h +++ b/include/atalk/volume.h @@ -135,6 +135,7 @@ struct vol { #define AFPVOL_SEARCHDB (1 << 25) /* Use fast CNID db search instead of filesystem */ #define AFPVOL_NONETIDS (1 << 26) /* signal the client it shall do privelege mapping */ #define AFPVOL_FOLLOWSYM (1 << 27) /* follow symlinks on the server, default is not to */ +#define AFPVOL_DELVETO (1 << 28) /* delete veto files and dirs */ /* Extended Attributes vfs indirection */ #define AFPVOL_EA_NONE 0 /* No EAs */