]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/fork.h
Fix fce merge conflict
[netatalk.git] / etc / afpd / fork.h
index 7ea7a8a6edc56e52424897ce07616847224f4886..ae22b8f7f6b52c1b161808ac027b07948680af97 100644 (file)
@@ -46,6 +46,7 @@ struct ofork {
 #define AFPFORK_ACCRD   (1<<4)
 #define AFPFORK_ACCWR   (1<<5)
 #define AFPFORK_ACCMASK (AFPFORK_ACCRD | AFPFORK_ACCWR)
+#define AFPFORK_MODIFIED (1<<6) /* used in FCE for modified files */
 
 #ifdef AFS
 extern struct ofork *writtenfork;