Revision: 134
Author: nyaochi
Date: 2006-07-27 17:40:12 -0700 (Thu, 27 Jul 2006)
ViewCVS: http://svn.sourceforge.net/pmplib/?rev=134&view=rev
Log Message:
-----------
Fixed an incorrect function declaration.
Modified Paths:
--------------
branches/branch_0.12/lib/pmp_portalplayer1/hdr_template.h
Modified: branches/branch_0.12/lib/pmp_portalplayer1/hdr_template.h
===================================================================
--- branches/branch_0.12/lib/pmp_portalplayer1/hdr_template.h 2006-07-28 00:35:04 UTC (rev 133)
+++ branches/branch_0.12/lib/pmp_portalplayer1/hdr_template.h 2006-07-28 00:40:12 UTC (rev 134)
@@ -59,7 +59,7 @@
int apply_template(hdr_t* hdr, const hdr_template_t* tmpl);
int compare_version(const char *x, const char *y);
-int hdr_init_h10_5gb_ums_0205_0252(hdr_t* hdr);
+int hdr_init_h10_5gb_ums_0205_0253(hdr_t* hdr);
int hdr_init_h10_5gb_mtp_0203_0210(hdr_t* hdr);
int hdr_init_h10_5gb_mtp_0251(hdr_t* hdr);
int hdr_init_h10_20gb_mtp_0100_0102(hdr_t* hdr);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|