]> diplodocus.org Git - nmh/blobdiff - sbr/print_help.c
crawl_folders.h: Base header on implementation.
[nmh] / sbr / print_help.c
index 0fca1db7ac7f3491487047c4404a04b82b9beac8..c81f64bc5ccfcb3171eaefba1bfcf7785acdbe42 100644 (file)
@@ -6,7 +6,10 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "context_find.h"
+#include "print_sw.h"
+#include "print_help.h"
 
 
 void
@@ -30,8 +33,8 @@ print_help (char *str, struct swit *swp, int print_context)
 
     /* and for further info */
     putchar('\n');
-    print_intro (stdout, TRUE);
-    puts ("\nSee the BUGS section of the nmh(7) man page for more information.");
+    print_intro (stdout, true);
+    puts ("\nSee the BUGS section of nmh(7) for more information.");
 }
 
 
@@ -64,7 +67,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);