]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_new.c
mhlsbr.c: Move interface to own file.
[nmh] / sbr / fmt_new.c
index cd81017a4a4c12c79f336546e5402e6e9f583db6..c78e62d449dd3b50141e5c92a32b02ece29985a3 100644 (file)
@@ -5,8 +5,10 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "getcpy.h"
+#include "error.h"
+#include "h/utils.h"
 
 #define QUOTE '\\'
 
@@ -56,7 +58,8 @@ new_fs (char *form, char *format, char *default_fs)
 
 
 void
-free_fs(void) {
+free_fs(void)
+{
     free (formats);
     formats = 0;
 }