]> diplodocus.org Git - nmh/blobdiff - sbr/error.c
seq_list.c: Move interface to own file.
[nmh] / sbr / error.c
index 5a5808c22f8552ee20fdc52707beac6bf90ac8be..fc5c6afa1c609693b6a0ffdeddc9978547759159 100644 (file)
@@ -5,15 +5,17 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "error.h"
 
 #include <sys/types.h>
 #include <sys/uio.h>
-
+#include "h/done.h"
 
 /* inform calls advertise() with no what and no tail.
  * Thus the simple "[invo_name: ]fmt\n" results. */
-void inform(char *fmt, ...)
+void
+inform(char *fmt, ...)
 {
     va_list ap;