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, 4 insertions, 0 deletions
diff --git a/firmware/export/replaygain.h b/firmware/export/replaygain.h
index 09b0776069..e96a7f907a 100644
--- a/firmware/export/replaygain.h
+++ b/firmware/export/replaygain.h
@@ -20,7 +20,11 @@
20#ifndef _REPLAYGAIN_H 20#ifndef _REPLAYGAIN_H
21#define _REPLAYGAIN_H 21#define _REPLAYGAIN_H
22 22
23#include "id3.h"
24
23long get_replaygain(const char* str); 25long get_replaygain(const char* str);
24long get_replaypeak(const char* str); 26long get_replaypeak(const char* str);
27long parse_replaygain(const char* key, const char* value,
28 struct mp3entry* entry, char* buffer, int length);
25 29
26#endif 30#endif