From: handa Date: Fri, 3 Dec 2004 00:19:28 +0000 (+0000) Subject: (m17n_init_win): Adjust the prototype. X-Git-Tag: REL-1-2-0~73 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d8fe1bc054ed26d2b270d6dd7341fa6985bab7e;p=m17n%2Fm17n-lib.git (m17n_init_win): Adjust the prototype. --- diff --git a/src/m17n-gui.h b/src/m17n-gui.h index ebeb324..178e661 100644 --- a/src/m17n-gui.h +++ b/src/m17n-gui.h @@ -32,7 +32,7 @@ extern "C" { #endif -extern int m17n_init_win (void); +extern void m17n_init_win (void); #undef M17N_INIT #define M17N_INIT() m17n_init_win ()