]> diplodocus.org Git - nmh/blobdiff - sbr/error.c
popsbr.h: Rename to be alongside implementation.
[nmh] / sbr / error.c
index 828505103c105a222dd851ff1ae3b4eeac58f488..fc5c6afa1c609693b6a0ffdeddc9978547759159 100644 (file)
@@ -5,7 +5,8 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "error.h"
 
 #include <sys/types.h>
 #include <sys/uio.h>
@@ -13,7 +14,8 @@
 
 /* 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;