set_action
set_action (action, option)
action = set_action(add_form, "-F");
action = set_action(list_alert, "\"-A list\"");
action = set_action(quiet_alert, "\"-A quiet\"");
action = set_action(add_alert, "-A");
action = set_action(add_alert, "-Q");
action = set_action(add_alert, "-W");
action = set_action(add_form, "-u");
action = set_action(delete_form, "-x");
action = set_action(list_form, "-L");
action = set_action(list_form, "-l");
action = set_action(add_form, "-d");
action = set_action(add_form, "-P");
action = set_action(any_alert, "\"-f any\"");
action = set_action(add_form, "-");
static Action set_action ( int (*)() , char * );
static Action set_action();