X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dcbbebd768c6444e2fbf83de2b3dc6c76b513a54..6170b76c7d080efb5e980260d8fb7a33e0512f61:/sbr/utils.c?ds=inline diff --git a/sbr/utils.c b/sbr/utils.c index e0725148..8bd84c39 100644 --- a/sbr/utils.c +++ b/sbr/utils.c @@ -9,6 +9,7 @@ #include #include #include "m_mktemp.h" +#include "makedir.h" #include extern char *mhdocdir; @@ -546,18 +547,6 @@ nmh_version_changed (int older) { } -/* Returns copy of argument str with all characters converted to upper - case, and trimmed whitespace (see cpytrim()) . */ -char * -upcase (const char *str) { - char *up = cpytrim (str); - - to_upper(up); - - return up; -} - - /* * Scan for any 8-bit characters. Return 1 if they exist. *