X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=client.c;h=36e851f4b571a2dc095290f18f5e0d96afc5331e;hb=5967ac5353739c3ff571dd12d4c6814fa8493ad8;hp=ed0d5e02f7881409b4f5c5ce9735a5a42e486555;hpb=b142089267ef501e438c3dc77ecf19bead3d4e58;p=paraslash.git diff --git a/client.c b/client.c index ed0d5e02..36e851f4 100644 --- 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) {