send_help
static int send_help(const char *);
{ "?", "Display send options", 0, 0, send_help, 0, 0 },
{ "help", 0, 0, 0, send_help, 0, 0 },
if (s->handler == send_help) {
send_help(NULL);