comparison common-chansession.c @ 7:425ed5c20157

Chantype handling is sorted
author Matt Johnston <matt@ucc.asn.au>
date Wed, 02 Jun 2004 04:59:49 +0000
parents fe6bca95afa7
children 827f87dfbc22
comparison
equal deleted inserted replaced
6:ab00ef513e97 7:425ed5c20157
23 * SOFTWARE. */ 23 * SOFTWARE. */
24 24
25 #include "chansession.h" 25 #include "chansession.h"
26 26
27 /* Mapping of signal values to ssh signal strings */ 27 /* Mapping of signal values to ssh signal strings */
28 const extern struct SigMap signames[] = { 28 const struct SigMap signames[] = {
29 {SIGABRT, "ABRT"}, 29 {SIGABRT, "ABRT"},
30 {SIGALRM, "ALRM"}, 30 {SIGALRM, "ALRM"},
31 {SIGFPE, "FPE"}, 31 {SIGFPE, "FPE"},
32 {SIGHUP, "HUP"}, 32 {SIGHUP, "HUP"},
33 {SIGILL, "ILL"}, 33 {SIGILL, "ILL"},