From a33625bd068a99fd41d4d859cba70d682159502a Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Thu, 25 Aug 2011 20:52:50 +0000 Subject: Add the codec_main declaration to apps/codecs.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30355 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/codecs.h b/apps/codecs.h index e24081128f..dca655da2f 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -286,6 +286,7 @@ int codec_close(void); /* defined by the codec */ enum codec_status codec_start(enum codec_entry_call_reason reason); +enum codec_status codec_main(enum codec_entry_call_reason reason); enum codec_status codec_run(void); #endif /* _CODECS_H_ */ -- cgit v1.2.3