]> diplodocus.org Git - nmh/blobdiff - uip/ap.c
Merge branch 'pop-stls'
[nmh] / uip / ap.c
index fbcf62b03808ee20b433bd283b14296e1ee8201d..8be42a02b4c8d585274c94e5d882026b2ba2aa67 100644 (file)
--- a/uip/ap.c
+++ b/uip/ap.c
@@ -5,12 +5,20 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/addrsbr.h>
-#include <h/fmt_scan.h>
-#include <h/mts.h>
+#include "h/mh.h"
+#include "sbr/fmt_new.h"
+#include "sbr/getarguments.h"
+#include "sbr/smatch.h"
+#include "sbr/getcpy.h"
+#include "sbr/ambigsw.h"
+#include "sbr/print_version.h"
+#include "sbr/print_help.h"
+#include "sbr/error.h"
+#include "h/addrsbr.h"
+#include "h/fmt_scan.h"
+#include "h/mts.h"
 #include "h/done.h"
-#include <h/utils.h>
+#include "h/utils.h"
 #include "sbr/terminal.h"
 
 #define        NADDRS  100
@@ -53,7 +61,7 @@ main (int argc, char **argv)
     char buf[BUFSIZ], **argp;
     char *addrs[NADDRS + 1]; /* Includes terminating NULL. */
 
-    if (nmh_init(argv[0], 2)) { return 1; }
+    if (nmh_init(argv[0], true, false)) { return 1; }
 
     mts_init ();