]> diplodocus.org Git - nmh/blobdiff - h/mhparse.h
mhbuildsbr.c: Include mhcachesbr.h. Delete copy of prototype.
[nmh] / h / mhparse.h
index 6b7ebebd290e8682713d8827d9afb44818baa24e..85f532673b9a8a0950041f64a879ef96c335a35d 100644 (file)
@@ -2,8 +2,6 @@
  *           -- (mhparse.c/mhbuildsbr.c)
  */
 
-#define        NPARTS  50
-#define        NTYPES  20
 #define        NPREFS  20
 
 /*
@@ -367,16 +365,6 @@ const struct str2init *get_ce_method (const char *) PURE;
 char *content_charset (CT);
 void reverse_alternative_parts (CT);
 
-/*
- * Given a content structure, return true if the content has a disposition
- * of "inline".
- *
- * Arguments are:
- *
- * ct          - Content structure to examine
- */
-int is_inline(CT ct) PURE;
-
 /*
  * Given a list of messages, display information about them on standard
  * output.