]> diplodocus.org Git - nmh/blobdiff - h/msh.h
A bug fix and an enhancement to mhfixmsg based on patches
[nmh] / h / msh.h
diff --git a/h/msh.h b/h/msh.h
index 201c7ecb1a859cb9b910e189c8e66b2b388e24fe..8111003f359ce3210bdf711b6c4a5e90cd04afdb 100644 (file)
--- a/h/msh.h
+++ b/h/msh.h
@@ -22,7 +22,7 @@ struct Cmd {
 #define        MHNCHK 0x0001   /* did nontext check           */
 #define        MHNYES 0x0002   /* .. and known to be non-text */
 
-#define CUR (1 << (FFATTRSLOT + NUMATTRS - 1))
+#define CUR ((seqset_t)1 << (FFATTRSLOT + NUMATTRS - 1))
 
 #ifdef BPOP
 # define VIRTUAL SELECT_EMPTY
@@ -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
  */