The new name is shorter to type and it matches the naming convention
of the other command dispatchers, external_cmd() and display_cmd().
print_in_bar(COLOR_MSG, " ");
}
-static void client_cmd_cmdline(char *cmd)
+static void para_cmd(char *cmd)
{
int ret, fds[3] = {0, 1, 0};
char *c = make_message(BINDIR "/para_client -- %s", cmd);
else if (*handler == 'x')
external_cmd(arg);
else if (*handler == 'p')
- client_cmd_cmdline(arg);
+ para_cmd(arg);
else if (*handler == 'i') {
int num = find_cmd_byname(arg);
if (num >= 0)