]> diplodocus.org Git - nmh/blobdiff - sbr/mime_type.c
m_name.c: Move interface to own file.
[nmh] / sbr / mime_type.c
index 016947aa222ad6bb62d6d75e1c9e6db847a2bb44..ab2a9a091dfee7a0b8a2be0856ca19d3b3e473ca 100644 (file)
@@ -5,9 +5,12 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/utils.h>
-#include <h/tws.h>
+#include "h/mh.h"
+#include "concat.h"
+#include "readconfig.h"
+#include "error.h"
+#include "h/utils.h"
+#include "h/tws.h"
 #include "mime_type.h"
 
 #ifdef MIMETYPEPROC
@@ -20,7 +23,8 @@ static char *get_file_info(const char *, const char *);
  * is responsible for free'ing returned memory.
  */
 char *
-mime_type(const char *file_name) {
+mime_type(const char *file_name)
+{
     char *content_type = NULL;  /* mime content type */
     char *p;