]> diplodocus.org Git - nmh/blobdiff - h/addrsbr.h
Remove unneeded incomplete, member-less `struct tag;'.
[nmh] / h / addrsbr.h
index de5dc3b43aff42ade899521187caa87f8d1545e8..fac8318f20bba4183cb577861d59462a267a5306 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * addrsbr.h -- definitions for the address parsing system
+/* addrsbr.h -- definitions for the address parsing system
  */
 
 #define        UUCPHOST        (-1)
@@ -40,6 +38,12 @@ struct mailname {
 void mnfree(struct mailname *);
 int ismymbox(struct mailname *);
 
+/*
+ * Enable Email Address Internationalization, which requires
+ * support of 8-bit addresses.
+ */
+void enable_eai();
+
 /*
  * Parse an address header, and return a sequence of email addresses.
  * This function is the main entry point into the nmh address parser.