X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=interactive.h;h=18c007b0b39172ca2443a86165119888213d4c32;hb=27879fbdef3653aa7ba66eda97dc7cd731f2ce26;hp=ddf02d76d2bc44a71133844fa0dddf4d9db03778;hpb=6a8bd08b529569d32fab92d307b4f7410ae3462c;p=paraslash.git diff --git a/interactive.h b/interactive.h index ddf02d76..18c007b0 100644 --- a/interactive.h +++ b/interactive.h @@ -93,3 +93,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);