X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=interactive.h;h=40ff294018b221708dd0d1db9cac23c80fb70533;hb=refs%2Fheads%2Fnext;hp=53b1ad347e6f5b108814e8db309c5434272e9ab7;hpb=b142089267ef501e438c3dc77ecf19bead3d4e58;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);