1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* ISC license. */ #ifndef SIG_INTERNAL #define SIG_INTERNAL typedef struct sigtable_s sigtable_t, *sigtable_t_ref ; struct sigtable_s { int number ; char const *name ; } ; extern sigtable_t const skalibs_sigtable[] ; #endif