]> diplodocus.org Git - nmh/blobdiff - h/addrsbr.h
Use HasPrefix() instead of strncmp().
[nmh] / h / addrsbr.h
index de5dc3b43aff42ade899521187caa87f8d1545e8..1b147f6853155fd24f3bba784dbd80c6c0bed678 100644 (file)
@@ -40,6 +40,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.