aboutsummaryrefslogtreecommitdiffstats
path: root/src/replayGain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/replayGain.h')
-rw-r--r--src/replayGain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/replayGain.h b/src/replayGain.h
index 74c28c33f..219944f2c 100644
--- a/src/replayGain.h
+++ b/src/replayGain.h
@@ -38,11 +38,11 @@ typedef struct _ReplayGainInfo {
float scale;
} ReplayGainInfo;
-ReplayGainInfo *newReplayGainInfo();
+ReplayGainInfo *newReplayGainInfo(void);
void freeReplayGainInfo(ReplayGainInfo * info);
-void initReplayGainState();
+void initReplayGainState(void);
void doReplayGain(ReplayGainInfo * info, char *buffer, int bufferSize,
AudioFormat * format);