]> diplodocus.org Git - nmh/blobdiff - sbr/print_help.c
seq_del.c: Move interface to own file.
[nmh] / sbr / print_help.c
index 250824004250fd8dee92546e5665be46be3a8ed8..81b1ab4b80918cb703091d5d9b79926bcdc862fb 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * print_help.c -- print a help message, and possibly the
+/* print_help.c -- print a help message, and possibly the
  *              -- profile/context entries for this command
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
@@ -8,7 +6,7 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
 
 
 void
@@ -32,8 +30,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.");
 }
 
 
@@ -66,7 +64,8 @@ static const char nmh_intro3[] = \
 "at http://www.nongnu.org/nmh/ .\n";
 
 void
-print_intro (FILE *file, int brief) {
+print_intro (FILE *file, bool brief)
+{
     fputs (nmh_intro1, file);
     if (! brief) {
         fputs (nmh_intro2, file);