]> diplodocus.org Git - nmh/blobdiff - uip/prompter.c
uip/mhoutsbr.c: Move exported prototype to new header file.
[nmh] / uip / prompter.c
index 630ef860cdf4f392f2881c864a8b28e47de5f190..0532c2194d2dfc5b666b27522c1f38b50e49fb18 100644 (file)
@@ -8,6 +8,7 @@
 #include <h/mh.h>
 #include <fcntl.h>
 #include <h/signals.h>
+#include "../sbr/m_mktemp.h"
 #include <setjmp.h>
 
 #include <termios.h>
@@ -69,7 +70,7 @@ main (int argc, char **argv)
     int body = 1, prepend = 1, rapid = 0;
     int doteof = 0, fdi, fdo, i, state;
     char *cp, *drft = NULL, *erasep = NULL;
-    char *killp = NULL, name[NAMESZ], field[BUFSIZ];
+    char *killp = NULL, name[NAMESZ], field[NMH_BUFSIZ];
     char buffer[BUFSIZ];
     char **arguments, **argp;
     FILE *in, *out;