X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.c;fp=interactive.c;h=069c003944ae1801d9ce9e73570ea6f1cea64353;hp=209c5a36f70b194308a21d132c14541a46d51025;hb=15fde2fd9f9e668b267ab4cfd9fc10db37804dcf;hpb=27879fbdef3653aa7ba66eda97dc7cd731f2ce26 diff --git a/interactive.c b/interactive.c index 209c5a36..069c0039 100644 --- a/interactive.c +++ b/interactive.c @@ -811,6 +811,10 @@ create_matches: * * \param ci See struct \ref i9e_completer. * \param cr See struct \ref i9e_completer. + * + * This is used by para_client and para_audioc which need the same completion + * primitive for the ll server/audiod command. Both define their own completer + * which is implemented as a trivial wrapper that calls this function. */ void i9e_ll_completer(struct i9e_completion_info *ci, struct i9e_completion_result *cr)