]> diplodocus.org Git - nmh/blobdiff - h/addrsbr.h
Fix invalid pointer arithmetic.
[nmh] / h / addrsbr.h
index 3e6bffd20e752f3f1c5f5675777f09ccc6ef69ed..61ff9681a9177d2a8ce21fc62a7e6c907f40f2c5 100644 (file)
@@ -36,13 +36,13 @@ struct mailname {
  *  prototypes
  */
 void mnfree(struct mailname *);
-int ismymbox(struct mailname *);
+bool ismymbox(struct mailname *);
 
 /*
  * Enable Email Address Internationalization, which requires
  * support of 8-bit addresses.
  */
-void enable_eai();
+void enable_eai(void);
 
 /*
  * Parse an address header, and return a sequence of email addresses.