X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/940be80e3e40dbbbd84161e1e5ae3abf0b2eadf6:/rfc822/rfc822hdr.h..01037b081eab5fb3f208489dc3e052ec3a2c8ba1:/libs/rfc822/rfc822hdr.h diff --git a/rfc822/rfc822hdr.h b/libs/rfc822/rfc822hdr.h similarity index 81% rename from rfc822/rfc822hdr.h rename to libs/rfc822/rfc822hdr.h index 4c7b729..3926d6d 100644 --- a/rfc822/rfc822hdr.h +++ b/libs/rfc822/rfc822hdr.h @@ -1,5 +1,4 @@ /* -** $Id: rfc822hdr.h,v 1.4 2009/11/08 18:14:47 mrsam Exp $ */ #ifndef rfc822hdr_h #define rfc822hdr_h @@ -9,10 +8,9 @@ ** See COPYING for distribution information. */ -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" +#include "rfc822/config.h" #endif #include #include @@ -41,6 +39,7 @@ int rfc822hdr_read(struct rfc822hdr *, FILE *, off_t *, off_t); void rfc822hdr_fixname(struct rfc822hdr *); void rfc822hdr_collapse(struct rfc822hdr *); +int rfc822hdr_namecmp(const char *a, const char *b); int rfc822hdr_is_addr(const char *hdr); #ifdef __cplusplus