summaryrefslogtreecommitdiff
path: root/firmware/export/replaygain.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/replaygain.h')
-rw-r--r--firmware/export/replaygain.h4
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 @@
25long get_replaygain_int(long int_gain); 25long get_replaygain_int(long int_gain);
26long get_replaygain(const char* str); 26long get_replaygain(const char* str);
27long get_replaypeak(const char* str); 27long get_replaypeak(const char* str);
28long parse_replaygain(const char* key, const char* value, 28long parse_replaygain(const char* key, const char* value,
29 struct mp3entry* entry, char* buffer, int length);
30long parse_replaygain_rva(const char* key, const char* value,
29 struct mp3entry* entry, char* buffer, int length); 31 struct mp3entry* entry, char* buffer, int length);
30 32
31#endif 33#endif