X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc2047.h;fp=rfc2047.h;h=670d29965cb7876fbe361ca24190117fa284b811;hp=e05e55883e6fdd747b23b3e8bd76652907e91b9f;hb=86cf852af75aa1f893b25a5fd615ac1fdb1b6033;hpb=344312314eec327c3bf47f86950a5ad6c616e031 diff --git a/rfc2047.h b/rfc2047.h index e05e558..670d299 100644 --- a/rfc2047.h +++ b/rfc2047.h @@ -7,6 +7,8 @@ * please see the file GPL in the top level source directory. */ +#include "mutt.h" + char *mutt_choose_charset (const char *fromcode, const char *charsets, char *u, size_t ulen, char **d, size_t * dlen);