Add the codec_main declaration to apps/codecs.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30355 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9dcde3571c
commit
a33625bd06
1 changed files with 1 additions and 0 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Reference in a new issue