(MFaceHookFunc): Change this function type to void.
authorhanda <handa>
Thu, 20 May 2004 06:25:28 +0000 (06:25 +0000)
committerhanda <handa>
Thu, 20 May 2004 06:25:28 +0000 (06:25 +0000)
src/m17n-gui.h

index 9b117f2..a920537 100644 (file)
@@ -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);