X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.c;fp=client.c;h=bc5132b6ffe620558f78f390eba70ebad6faae59;hp=c43ebe161cfa322ce3e08c6f8a980f2e6de846da;hb=ebbea4043aa7c7f200e4f56c3bfa42f5c31f2e03;hpb=694aab410a10ce242a6ea8784515f51eac0d5fe0 diff --git a/client.c b/client.c index c43ebe16..bc5132b6 100644 --- a/client.c +++ b/client.c @@ -248,15 +248,15 @@ I9E_DUMMY_COMPLETER(tasks); static struct i9e_completer completers[]; static void help_completer(struct i9e_completion_info *ci, - struct i9e_completion_result *result) + struct i9e_completion_result *cr) { char *opts[] = {LSG_SERVER_CMD_HELP_OPTS, NULL}; if (ci->word[0] == '-') { - i9e_complete_option(opts, ci, result); + i9e_complete_option(opts, ci, cr); return; } - result->matches = i9e_complete_commands(ci->word, completers); + cr->matches = i9e_complete_commands(ci->word, completers); } static void stat_completer(struct i9e_completion_info *ci,