]> diplodocus.org Git - nmh/blobdiff - uip/mhmisc.c
Move terminal.c's prototypes from prototypes.h to new terminal.h.
[nmh] / uip / mhmisc.c
index d987f6935080e98947a77e0e73b62d35c37bb818..778d80556fd81c63de281e07dd372ca94a96ac80 100644 (file)
@@ -10,6 +10,7 @@
 #include <h/mhparse.h>
 #include <h/utils.h>
 #include "../sbr/makedir.h"
+#include "mhmisc.h"
 
 extern int debugsw;
 
@@ -26,16 +27,6 @@ int userrs = 0;
 static char *errs = NULL;
 
 
-/*
- * prototypes
- */
-int part_ok (CT);
-int part_exact(CT ct);
-int type_ok (CT, int);
-void content_error (char *, CT, char *, ...) CHECK_PRINTF(3, 4);
-void flush_errors (void);
-
-
 int
 part_ok (CT ct)
 {
@@ -103,7 +94,7 @@ type_ok (CT ct, int sP)
 
 
 /*
- * Returns true if this content is marked as "inline".
+ * Returns true if the content has a disposition of "inline".
  *
  * Technically we should check parent content to see if they have
  * disposition to use as a default, but we don't right now.  Maybe