X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=interactive.h;h=6ef7f8e259b0045a5c808c01560b5a81166b01fd;hb=08471ab23c0abdf0ddd7ff836a15bd81fbce7520;hp=53b1ad347e6f5b108814e8db309c5434272e9ab7;hpb=cdbc8067a2e27ee7f9e0d8ff11cf415603fc0558;p=paraslash.git diff --git a/interactive.h b/interactive.h index 53b1ad34..6ef7f8e2 100644 --- a/interactive.h +++ b/interactive.h @@ -92,3 +92,5 @@ void i9e_complete_option(char **opts, struct i9e_completion_info *ci, struct i9e_completion_result *cr); int i9e_print_completions(struct i9e_completer *completers); int i9e_get_error(void); +void i9e_ll_completer(struct i9e_completion_info *ci, + struct i9e_completion_result *cr);