X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.c;h=2607ee203ee6556a35535f0a293f41dd00203b2e;hp=68d8a7efed285891653adfd5d68faaae06d41c1a;hb=10a62b85c43319d9cdefd7d04823aaed47b3817e;hpb=bd28ec9a64884d70917c4fdea1a3a70c91758f83 diff --git a/client.c b/client.c index 68d8a7ef..2607ee20 100644 --- a/client.c +++ b/client.c @@ -497,7 +497,6 @@ static int client_i9e_line_handler(char *line) return 1; } -I9E_DUMMY_COMPLETER(SUPERCOMMAND_UNAVAILABLE); static struct i9e_completer completers[] = { #define LSG_SERVER_CMD_CMD(_name) {.name = #_name, \ .completer = _name ## _completer} @@ -616,7 +615,8 @@ static struct supervisor_task supervisor_task; * * \return EXIT_SUCCESS or EXIT_FAILURE * - * \sa client_open(), stdin.c, stdout.c, para_client(1), para_server(1) + * \sa \ref client_open(), \ref stdin.c, \ref stdout.c, para_client(1), + * para_server(1). */ int main(int argc, char *argv[]) {