From: handa Date: Thu, 20 May 2004 06:25:28 +0000 (+0000) Subject: (MFaceHookFunc): Change this function type to void. X-Git-Tag: withdl~200 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d0facd25a39f65cc1dc33eb76e8d5f871b8bfbe7;p=m17n%2Fm17n-lib.git (MFaceHookFunc): Change this function type to void. --- diff --git a/src/m17n-gui.h b/src/m17n-gui.h index 9b117f2..a920537 100644 --- a/src/m17n-gui.h +++ b/src/m17n-gui.h @@ -380,7 +380,7 @@ typedef struct #MFaceHookFunc ¤Ï¥Õ¥§¡¼¥¹¤Î #Mhook ¥×¥í¥Ñ¥Æ¥£¤ò»ØÄꤹ¤ë·¿¤Ç¤¢¤ë¡£ ¤³¤Î¥×¥í¥Ñ¥Æ¥£¤ÎÃͤϡ¢¤³¤Î·¿¤Î´Ø¿ô¤Ç¤Ê¤¯¤Æ¤Ï¤Ê¤é¤Ê¤¤¡£ */ -typedef void *(*MFaceHookFunc) (MFace *face, void *arg, void *info); +typedef void (*MFaceHookFunc) (MFace *face, void *arg, void *info); /*=*/ extern void *mface_get_prop (MFace *face, MSymbol key);