summaryrefslogtreecommitdiff
path: root/yaffs_packedtags1.h
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2010-10-05 10:13:50 +1300
committerCharles Manning <cdhmanning@gmail.com>2010-10-07 11:14:38 +1300
commite33554a67753729f6b74677473cf0ec3b8d35a7e (patch)
tree11173283956c8eb07ef36c736b244e6834c05537 /yaffs_packedtags1.h
parentb07263adb5c642fcb911125a77b9e7f4bb8af64c (diff)
yaffs First round of name changes
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'yaffs_packedtags1.h')
-rw-r--r--yaffs_packedtags1.h2
1 files changed, 1 insertions, 1 deletions
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