X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmsh.h;h=433be00e59f2d3d3fac99d38c1aced8b8fde932e;hb=f2f6f08eee1d6b084221f9899c4472e6f57230b7;hp=201c7ecb1a859cb9b910e189c8e66b2b388e24fe;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/h/msh.h b/h/msh.h index 201c7ec..433be00 100644 --- a/h/msh.h +++ b/h/msh.h @@ -53,7 +53,7 @@ extern int modified; /* command modified folder */ extern struct msgs *mp; /* used a lot */ extern struct Msg *Msgs; /* Msgs[0] not used */ -FILE *msh_ready (); +FILE *msh_ready (int, int); /* * COMMAND @@ -75,11 +75,6 @@ extern int interrupted; /* SIGINT detected */ extern int broken_pipe; /* SIGPIPE detected */ extern int told_to_quit; /* SIGQUIT detected */ -#ifdef BSD42 -extern int should_intr; /* signal handler should interrupt call */ -extern jmp_buf sigenv; /* the environment pointer */ -#endif - /* * prototypes */