From ca8b35a1b996ba8cdecb9b231a112fc6509bcd98 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 6 Jun 2009 17:54:38 +0000 Subject: - minor revise: call init_convert() git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4504 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 6bf6216a..fd2fd73f 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -17,13 +17,6 @@ static void do_aloha(const char *hello); static void getremotename(const struct in_addr from, char *rhost); -#ifdef CONVERT -void big2gb_init(void*); -void gb2big_init(void*); -void big2uni_init(void*); -void uni2big_init(void*); -#endif - ////////////////////////////////////////////////////////////////// // Site Optimization // override these macro if you need more optimization, @@ -1464,10 +1457,7 @@ static void init(void) #endif #ifdef CONVERT - big2gb_init(NULL); - gb2big_init(NULL); - big2uni_init(NULL); - uni2big_init(NULL); + init_convert(); #endif } -- cgit v1.2.3