diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2011-08-25 20:52:50 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2011-08-25 20:52:50 +0000 |
commit | a33625bd068a99fd41d4d859cba70d682159502a (patch) | |
tree | f9bc93e9a428ebbf154deb4f831ac79d250ebfdb /apps | |
parent | 9dcde3571cf7270d48d5c86e820a5699b934a278 (diff) | |
download | rockbox-a33625bd068a99fd41d4d859cba70d682159502a.tar.gz rockbox-a33625bd068a99fd41d4d859cba70d682159502a.zip |
Add the codec_main declaration to apps/codecs.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30355 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/codecs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); | |||
286 | 286 | ||
287 | /* defined by the codec */ | 287 | /* defined by the codec */ |
288 | enum codec_status codec_start(enum codec_entry_call_reason reason); | 288 | enum codec_status codec_start(enum codec_entry_call_reason reason); |
289 | enum codec_status codec_main(enum codec_entry_call_reason reason); | ||
289 | enum codec_status codec_run(void); | 290 | enum codec_status codec_run(void); |
290 | 291 | ||
291 | #endif /* _CODECS_H_ */ | 292 | #endif /* _CODECS_H_ */ |