diff options
Diffstat (limited to 'firmware/export/replaygain.h')
-rw-r--r-- | firmware/export/replaygain.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/replaygain.h b/firmware/export/replaygain.h index c29d4b6921..ca9b654ce9 100644 --- a/firmware/export/replaygain.h +++ b/firmware/export/replaygain.h @@ -25,7 +25,9 @@ long get_replaygain_int(long int_gain); long get_replaygain(const char* str); long get_replaypeak(const char* str); -long parse_replaygain(const char* key, const char* value, +long parse_replaygain(const char* key, const char* value, + struct mp3entry* entry, char* buffer, int length); +long parse_replaygain_rva(const char* key, const char* value, struct mp3entry* entry, char* buffer, int length); #endif |