mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
af876a3e59
This is mutt japanized development version. PR: 21063 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
--- charset.h.orig Sun Sep 24 04:54:05 2000
|
|
+++ charset.h Sun Sep 24 04:58:15 2000
|
|
@@ -19,7 +19,7 @@
|
|
#ifndef _CHARSET_H
|
|
#define _CHARSET_H
|
|
|
|
-#include <iconv.h>
|
|
+#include <giconv.h>
|
|
|
|
int mutt_convert_string (char **, const char *, const char *);
|
|
void mutt_sanitize_ja_chars(char *);
|