X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmsh.h;h=433be00e59f2d3d3fac99d38c1aced8b8fde932e;hb=293b37f3c3eab8af5c87c9ad8ee9df89c998cf48;hp=c6b0fa591d7a65bc83964a799887e99d6dbb6686;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/h/msh.h b/h/msh.h index c6b0fa5..433be00 100644 --- a/h/msh.h +++ b/h/msh.h @@ -1,8 +1,6 @@ /* * msh.h -- definitions for msh - * - * $Id$ */ /* flags for stream */ @@ -55,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 @@ -77,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 */