From 2e65ddf5ff30056a071235b180c2845b20e92007 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 13 Aug 2012 15:42:28 -0400 Subject: add missing static qualifier for do_verb --- pulsemix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3