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 | |
| parent | 9dcde3571cf7270d48d5c86e820a5699b934a278 (diff) | |
| download | rockbox-a33625bd068a99fd41d4d859cba70d682159502a.zip rockbox-a33625bd068a99fd41d4d859cba70d682159502a.tar.gz rockbox-a33625bd068a99fd41d4d859cba70d682159502a.tar.bz2 rockbox-a33625bd068a99fd41d4d859cba70d682159502a.tar.xz | |
Add the codec_main declaration to apps/codecs.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30355 a1c6a512-1295-4272-9138-f99709370657
| -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 e240811..dca655d 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_ */ |