From e1d211de0928eec84230d73e5705b592ab86bca9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 9 Oct 2010 10:21:30 +0200 Subject: Fix missing prototype for norm_charmap. --- fetchmail.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 4ad810a2..50165c12 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -476,8 +476,8 @@ extern char *sdps_envto; extern const char *iana_charset; /* IANA assigned charset name */ -/* from ucs/norm_charmap.c */ -const char *norm_charmap(const char *name); +/* from/for ucs/norm_charmap.c */ +#include "ucs/norm_charmap.h" /* prototypes for globally callable functions */ -- cgit v1.2.3