]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/adouble.h
Automatic conversion for OS X ._ AppleDouble files, bug #550
[netatalk.git] / include / atalk / adouble.h
index 972ce26f7534e40d287d6a4af5d7faaeb2090a98..1881ba028240c0ff5f74edbd162e3d3083e6e5ae 100644 (file)
@@ -376,6 +376,7 @@ struct adouble {
 /* ad_flush.c */
 extern int ad_rebuild_adouble_header_v2(struct adouble *);
 extern int ad_rebuild_adouble_header_ea(struct adouble *);
+extern  int ad_rebuild_adouble_header_osx(struct adouble *ad, char *adbuf);
 extern int ad_copy_header (struct adouble *, struct adouble *);
 extern int ad_flush (struct adouble *);
 extern int ad_close (struct adouble *, int);