]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/adouble.h
Creating a ressource fork clobbered the metadata EA
[netatalk.git] / include / atalk / adouble.h
index 72106aef6719a401591f20aa15a91d422f762fe4..cfc4302be4d3d5d122ef733ce56492bf66741dca 100644 (file)
@@ -369,7 +369,8 @@ struct adouble {
 #define ad_unref(ad) --((ad)->ad_refcount)
 
 /* ad_flush.c */
-extern int ad_rebuild_adouble_header (struct adouble *);
+extern int ad_rebuild_adouble_header_v2(struct adouble *);
+extern int ad_rebuild_adouble_header_ea(struct adouble *);
 extern int ad_copy_header (struct adouble *, struct adouble *);
 extern int ad_flush (struct adouble *);
 extern int ad_close (struct adouble *, int);