Author: tkng Date: Wed Dec 8 00:38:43 2004 New Revision: 10 Modified: trunk/uim/context.h
Log: * uim/context.h: - Added function prototypes. uim_init_plugin and uim_quit_plugin. Modified: trunk/uim/context.h ============================================================================== --- trunk/uim/context.h (original) +++ trunk/uim/context.h Wed Dec 8 00:38:43 2004 @@ -278,6 +278,8 @@ void uim_quit_prime(void); void uim_init_m17nlib(void); void uim_quit_m17nlib(void); +void uim_init_plugin(void); +void uim_quit_plugin(void); /**/ char *uim_get_c_string(LISP str);
