]> diplodocus.org Git - nmh/blobdiff - h/addrsbr.h
new.c: Order two return statements to match comment.
[nmh] / h / addrsbr.h
index 68a355302606f3b4f37047bbb3d22d09d76dfc0c..a9e989781282939db574cf7a4a392b577fc73fdc 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * addrsbr.h -- definitions for the address parsing system
+/* addrsbr.h -- definitions for the address parsing system
  */
 
 #define        UUCPHOST        (-1)
@@ -43,7 +42,7 @@ int 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.
@@ -103,7 +102,7 @@ char *auxformat(struct mailname *mp, int extras);
  *
  * This function used to have an argument called 'wanthost' which would
  * control whether or not it would canonicalize hostnames in email
- * addresses.  This functionalit was removed for nmh 1.5, and eventually
+ * addresses.  This functionality was removed for nmh 1.5, and eventually
  * all of the code that used this argument was garbage collected.
  */
 struct mailname *getm(char *str, char *dfhost, int dftype, char *eresult,