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, 1 insertions, 3 deletions
diff --git a/firmware/export/replaygain.h b/firmware/export/replaygain.h
index ca9b654ce9..ec5bbd1a8c 100644
--- a/firmware/export/replaygain.h
+++ b/firmware/export/replaygain.h
@@ -23,11 +23,9 @@
23#include "id3.h" 23#include "id3.h"
24 24
25long get_replaygain_int(long int_gain); 25long get_replaygain_int(long int_gain);
26long get_replaygain(const char* str);
27long get_replaypeak(const char* str);
28long parse_replaygain(const char* key, const char* value, 26long parse_replaygain(const char* key, const char* value,
29 struct mp3entry* entry, char* buffer, int length); 27 struct mp3entry* entry, char* buffer, int length);
30long parse_replaygain_rva(const char* key, const char* value, 28long parse_replaygain_int(bool album, long gain, long peak,
31 struct mp3entry* entry, char* buffer, int length); 29 struct mp3entry* entry, char* buffer, int length);
32 30
33#endif 31#endif