X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..84823bbc56258951ea24c1906f9cd6fb42d85c4a:/h/msh.h diff --git a/h/msh.h b/h/msh.h index c6b0fa59..433be00e 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 */