]> diplodocus.org Git - nmh/blobdiff - sbr/print_help.c
path.c: Move interface to own file.
[nmh] / sbr / print_help.c
index 2aafe06e8abe9ee85004d3e795b61927b82c1905..15d84eb2b9cffccbd584238ed8c09fa013d6579b 100644 (file)
@@ -6,7 +6,9 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "print_sw.h"
+#include "print_help.h"
 
 
 void
@@ -64,7 +66,8 @@ static const char nmh_intro3[] = \
 "at http://www.nongnu.org/nmh/ .\n";
 
 void
-print_intro (FILE *file, bool brief) {
+print_intro (FILE *file, bool brief)
+{
     fputs (nmh_intro1, file);
     if (! brief) {
         fputs (nmh_intro2, file);