typedef struct Sig Sig; struct Sig { int restart; int handle; char *desc; }; extern Sig pm_sigtab[]; extern int pm_nsigtab;