X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6015bb1f7aaa3e4f3c71c28219016ad951cefc04..ecd50cc5f6c2a427e821483993678b78c94ffdfd:/uip/mhmisc.c diff --git a/uip/mhmisc.c b/uip/mhmisc.c index d987f693..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 *, ...) 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