From 0a48cfd2baf8a919b01e6454360b4635bb4061e0 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 3 Jun 2004 12:08:16 +0000 Subject: [PATCH] (mconv__define_coding_from_charset): Don't extern it. --- src/coding.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/coding.h b/src/coding.h index cb256e6..2d698eb 100644 --- a/src/coding.h +++ b/src/coding.h @@ -23,7 +23,6 @@ #ifndef _M17N_CODING_H_ #define _M17N_CODING_H_ -extern void mconv__define_coding_from_charset (MSymbol sym); extern void mconv__register_charset_coding (MSymbol name); extern int mcoding__load_from_database (); -- 1.7.10.4