Commit 4924bf43 authored by Eric Wong's avatar Eric Wong

audioOutput_pulse: ansi-fy function declarations (sparse)

git-svn-id: https://svn.musicpd.org/mpd/trunk@4599 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent f7d150a3
......@@ -42,7 +42,7 @@ typedef struct _PulseData {
time_t lastAttempt;
} PulseData;
static PulseData *newPulseData()
static PulseData *newPulseData(void)
{
PulseData *ret;
......@@ -90,7 +90,7 @@ static void pulse_finishDriver(AudioOutput * audioOutput)
freePulseData((PulseData *) audioOutput->data);
}
static int pulse_testDefault()
static int pulse_testDefault(void)
{
pa_simple *s;
pa_sample_spec ss;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment