Fix mhsign for gpg2: Expiry date format
[mmh] / h / mhparse.h
index cca26e9..1ff37bf 100644 (file)
@@ -91,6 +91,7 @@ struct Content {
        char *c_partno;              /* within multipart content          */
 
        /* Content-Type info */
+       boolean crlf;                /* are the line ending CRLF          */
        struct CTinfo c_ctinfo;      /* parsed elements of Content-Type   */
        int c_type;                  /* internal flag for content type    */
        int c_subtype;               /* internal flag for content subtype */
@@ -110,7 +111,6 @@ struct Content {
        SizeCEFunc  c_cesizefnx;     /* size of decoded contents          */
 
        int c_umask;                 /* associated umask                  */
-       int c_rfc934;                /* rfc934 compatibility flag         */
 
        char *c_showproc;            /* default, if not in profile        */
        char *c_storeproc;           /* overrides profile entry, if any   */
@@ -252,3 +252,4 @@ int add_header(CT, char *, char *);
 int get_ctinfo(unsigned char *, CT, int);
 int open7Bit(CT, char **);
 void close_encoding(CT);
+char *extract_name_value(char *, char *);