]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audioc.c
New audiod command: ll to change the log level at runtime.
[paraslash.git] / audioc.c
index af67063367044b675877173a1ed351bdd28f2dd1..f96922252ea91190bc647f77bd41506765e48149 100644 (file)
--- a/audioc.c
+++ b/audioc.c
@@ -107,6 +107,12 @@ static void help_completer(struct i9e_completion_info *ci,
        cr->matches = i9e_complete_commands(ci->word, audiod_completers);
 }
 
+static void ll_completer(struct i9e_completion_info *ci,
+               struct i9e_completion_result *cr)
+{
+       i9e_ll_completer(ci, cr);
+}
+
 static void version_completer(struct i9e_completion_info *ci,
                struct i9e_completion_result *cr)
 {