aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pulsemix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulsemix.c b/pulsemix.c
index 557e4cc..4c0d680 100644
--- a/pulsemix.c
+++ b/pulsemix.c
@@ -680,7 +680,7 @@ static enum action string_to_verb(const char *string)
return ACTION_INVALID;
}
-int do_verb(struct pulseaudio_t *pulse, enum action verb, int value)
+static int do_verb(struct pulseaudio_t *pulse, enum action verb, int value)
{
switch (verb) {
case ACTION_GETVOL: