]> diplodocus.org Git - nmh/blobdiff - h/mhparse.h
Note that order is preserved for messages that have the same date,
[nmh] / h / mhparse.h
index 7ade8a3c842905cbbfe30fad04e684b636676a96..700c0cc3460a21c7e0d0b10bcfc9ca6099842f2b 100644 (file)
@@ -141,7 +141,6 @@ struct Content {
     SizeCEFunc  c_cesizefnx;   /* size of decoded contents          */
 
     int        c_umask;                /* associated umask                  */
-    pid_t c_pid;               /* process doing display             */
     int        c_rfc934;               /* rfc934 compatibility flag         */
 
     char *c_showproc;          /* default, if not in profile        */
@@ -299,7 +298,6 @@ extern struct str2init str2methods[];
 /*
  * prototypes
  */
-int pidcheck (int);
 CT parse_mime (char *);
 
 /*