lostconn
lostconn(0);
void lostconn(int);
(void) ssh_signal(SIGPIPE, lostconn);
static void lostconn(int);
sa.sa_handler = lostconn;