]> arthur.barton.de Git - netatalk.git/blobdiff - bin/ad/ad.h
Fix ad cp on appledouble = ea volumes
[netatalk.git] / bin / ad / ad.h
index fcfe1220115c48e43639a65ea3db3e98f681ed0b..c405ef680bb4cdbf17b86dc7fd26785e0401cc5c 100644 (file)
@@ -38,6 +38,8 @@
     }
 #endif
 
+#define ADVOL_V2_OR_EA(ad) ((ad) == AD_VERSION2 || (ad) == AD_VERSION_EA)
+
 enum logtype {STD, DBG};
 
 #define SLOG(...)                             \