aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/ReplayGain.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tag/ReplayGain.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tag/ReplayGain.hxx b/src/tag/ReplayGain.hxx
index 2e6cf799e..2bf5e0db1 100644
--- a/src/tag/ReplayGain.hxx
+++ b/src/tag/ReplayGain.hxx
@@ -27,4 +27,7 @@ struct ReplayGainInfo;
bool
ParseReplayGainTag(ReplayGainInfo &info, const char *name, const char *value);
+bool
+ParseReplayGainVorbis(ReplayGainInfo &info, const char *entry);
+
#endif