diff options
| -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 bfa0de7..853cc97 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -299,6 +299,7 @@ int codec_load_file(const char* codec, struct codec_api *api); /* defined by the codec */ enum codec_status codec_start(struct codec_api* rockbox); +enum codec_status codec_main(void); #ifndef CACHE_FUNCTION_WRAPPERS |