From 31efab4909d129d7d340f6b30b1ac42d81f3efca Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Jun 2005 19:55:09 +0000 Subject: removed the use of the 2nd argument to codec_start() since no codec used it anymore git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6814 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs.h') diff --git a/apps/codecs.h b/apps/codecs.h index 2c2a4cf..ac5265c 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -397,7 +397,7 @@ int codec_load_file(const char* codec); #endif /* defined by the codec */ -enum codec_status codec_start(struct codec_api* rockbox, void* parameter) +enum codec_status codec_start(struct codec_api* rockbox) __attribute__ ((section (".entry"))); #endif -- cgit v1.1