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