X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a1e07630c435cd9fb50aea6563e5835efdc13e03..ecd50cc5f6c2a427e821483993678b78c94ffdfd:/uip/mhmisc.c diff --git a/uip/mhmisc.c b/uip/mhmisc.c index 53406c03..778d8055 100644 --- a/uip/mhmisc.c +++ b/uip/mhmisc.c @@ -10,6 +10,7 @@ #include #include #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 *, ...); -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