]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client.c
Merge branch 'refs/heads/t/ll'
[paraslash.git] / client.c
index ed0d5e02f7881409b4f5c5ce9735a5a42e486555..36e851f4b571a2dc095290f18f5e0d96afc5331e 100644 (file)
--- a/client.c
+++ b/client.c
@@ -246,6 +246,12 @@ I9E_DUMMY_COMPLETER(init);
 
 static struct i9e_completer completers[];
 
+static void ll_completer(struct i9e_completion_info *ci,
+               struct i9e_completion_result *cr)
+{
+       i9e_ll_completer(ci, cr);
+}
+
 static void help_completer(struct i9e_completion_info *ci,
                struct i9e_completion_result *cr)
 {