X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fatalk%2Fadouble.h;h=1e3680a21fb2aeabde7aef8da6320bb97a87f75b;hb=c0b6c5214c32ed8dab853791679999ebd3c9a469;hp=3f2de2002df6cd487192950521c2b423acb29d08;hpb=d51ce514fe1375a18987b1cda1401f691c30984c;p=netatalk.git diff --git a/include/atalk/adouble.h b/include/atalk/adouble.h index 3f2de200..1e3680a2 100644 --- a/include/atalk/adouble.h +++ b/include/atalk/adouble.h @@ -1,5 +1,5 @@ /* - * $Id: adouble.h,v 1.38 2009-07-20 23:23:02 didg Exp $ + * $Id: adouble.h,v 1.39 2009-07-21 13:41:16 didg Exp $ * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. * @@ -442,6 +442,7 @@ struct adouble_fops { */ extern int ad_rebuild_adouble_header __P((struct adouble *)); extern int ad_rebuild_sfm_header __P((struct adouble *)); +extern int ad_copy_header __P((struct adouble *, struct adouble *)); extern int ad_flush __P((struct adouble *)); extern int ad_close __P((struct adouble *, int));