Imported Upstream version 0.63.0
[hcoop/debian/courier-authlib.git] / rfc822 / rfc822hdr.h
index 020d1a9..4c7b729 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** $Id: rfc822hdr.h,v 1.3 2006/10/29 00:03:54 mrsam Exp $
+** $Id: rfc822hdr.h,v 1.4 2009/11/08 18:14:47 mrsam Exp $
 */
 #ifndef        rfc822hdr_h
 #define        rfc822hdr_h
@@ -9,7 +9,7 @@
 ** See COPYING for distribution information.
 */
 
-static const char rfc822hdr_h_rcsid[]="$Id: rfc822hdr.h,v 1.3 2006/10/29 00:03:54 mrsam Exp $";
+static const char rfc822hdr_h_rcsid[]="$Id: rfc822hdr.h,v 1.4 2009/11/08 18:14:47 mrsam Exp $";
 
 #if    HAVE_CONFIG_H
 #include       "config.h"
@@ -41,6 +41,8 @@ int rfc822hdr_read(struct rfc822hdr *, FILE *, off_t *, off_t);
 void rfc822hdr_fixname(struct rfc822hdr *);
 void rfc822hdr_collapse(struct rfc822hdr *);
 
+int rfc822hdr_is_addr(const char *hdr);
+
 #ifdef  __cplusplus
 }
 #endif