aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-08-13 15:42:28 -0400
committerDave Reisner <dreisner@archlinux.org>2012-08-13 15:42:28 -0400
commit2e65ddf5ff30056a071235b180c2845b20e92007 (patch)
tree598b7472b2a9fd607653c53cb1580e7b4cc159ab
parent3b30c9e8f7f1a3cdbdd2939dfd52ae0ef71d51a4 (diff)
downloadmirror-ponymix-2e65ddf5ff30056a071235b180c2845b20e92007.tar.gz
mirror-ponymix-2e65ddf5ff30056a071235b180c2845b20e92007.tar.bz2
mirror-ponymix-2e65ddf5ff30056a071235b180c2845b20e92007.zip
add missing static qualifier for do_verb
-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: