]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/fork.h
Various fixes for adouble:v2
[netatalk.git] / etc / afpd / fork.h
index 37605e4a07a90b05ba7b24711e179b2792d4e129..b8a6d3a9719b17ddacd6bc8ef1c2f3b1a708b661 100644 (file)
@@ -46,6 +46,7 @@ struct ofork {
 #define AFPFORK_ACCWR   (1<<5)
 #define AFPFORK_ACCMASK (AFPFORK_ACCRD | AFPFORK_ACCWR)
 #define AFPFORK_MODIFIED (1<<6) /* used in FCE for modified files */
+#define AFPFORK_ERROR   (1<<7)  /* used to indicate an error in opening the fork */
 
 #ifdef AFS
 extern struct ofork *writtenfork;