X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client.c;h=219cf2d8c1078a0e04e0ce00dd89420dd44264f4;hb=ce9e297eb91a932a11f81890c800d0380b5bc9c9;hp=0582edb3a9e1c7beebf52a1d76adab4e6964cb39;hpb=1709cc8f8a54429441f8f83c38146e667133c727;p=paraslash.git diff --git a/client.c b/client.c index 0582edb3..219cf2d8 100644 --- a/client.c +++ b/client.c @@ -36,7 +36,6 @@ __printf_2_3 void (*para_log)(int, const char*, ...) = stderr_log; #ifdef HAVE_READLINE #include "interactive.h" -#include "afs.completion.h" #include "server_cmd.lsg.h" struct exec_task { @@ -461,7 +460,6 @@ static int client_i9e_line_handler(char *line) I9E_DUMMY_COMPLETER(SUPERCOMMAND_UNAVAILABLE); static struct i9e_completer completers[] = { - AFS_COMPLETERS #define LSG_SERVER_CMD_CMD(_name) {.name = #_name, \ .completer = _name ## _completer} LSG_SERVER_CMD_COMMANDS