X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=yaffs_packedtags1.h;h=3c741b8843874820ee609d702569f72b6037d84a;hb=e33554a67753729f6b74677473cf0ec3b8d35a7e;hp=b9cf1a8bfbc1d19237596131bf1bdfd1a7859c77;hpb=0333f489a25b05a4c0176258204eee1db9e8c9e0;p=yaffs2.git diff --git a/yaffs_packedtags1.h b/yaffs_packedtags1.h index b9cf1a8..3c741b8 100644 --- a/yaffs_packedtags1.h +++ b/yaffs_packedtags1.h @@ -33,5 +33,5 @@ typedef struct { } yaffs_PackedTags1; void yaffs_PackTags1(yaffs_PackedTags1 *pt, const yaffs_ExtendedTags *t); -void yaffs_UnpackTags1(yaffs_ExtendedTags *t, const yaffs_PackedTags1 *pt); +void yaffs_unpack_tags1(yaffs_ExtendedTags *t, const yaffs_PackedTags1 *pt); #endif