]> diplodocus.org Git - nmh/blobdiff - sbr/error.c
md5.c, md5.h: Reformat and delete needless portability.
[nmh] / sbr / error.c
index 5a5808c22f8552ee20fdc52707beac6bf90ac8be..54d6fac580b2050f8d7efc6f5d318ea4826d81d6 100644 (file)
@@ -9,11 +9,12 @@
 
 #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;