X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fspost.c;h=bef70be80876241f3b8996b07c76af93d58d231a;hb=b8ff4daea27b5b2ae336c28737d469e75a45c449;hp=c86ea18c65dfd69234691d57c260759990af94b7;hpb=389877bae1fe1a9f7259b8979f6a930744d90fab;p=mmh diff --git a/uip/spost.c b/uip/spost.c index c86ea18..bef70be 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -631,7 +631,7 @@ get_header (char *header, struct headers *table) struct headers *h; for (h = table; h->value; h++) - if (!strcasecmp (header, h->value)) + if (!mh_strcasecmp (header, h->value)) return (h - table); return NOTOK;