diff --git a/honoka/plugins/wnnproto.h b/honoka/plugins/wnnproto.h index c085734..0c7c7c5 100644 --- a/honoka/plugins/wnnproto.h +++ b/honoka/plugins/wnnproto.h @@ -48,6 +48,7 @@ int jl_set_jikouho(struct wnn_buf*,int); int jl_set_jikouho_dai(struct wnn_buf*,int); + int jl_dic_save_all(struct wnn_buf*); #ifdef HAVE_LIBWNN7 /* wnn6sdk is not having it.*/ @@ -75,7 +76,6 @@ extern int jl_yosoku_ikkatsu_toroku_init(struct wnn_buf *); extern int jl_yosoku_ikkatsu_toroku_end(struct wnn_buf *); extern int jl_yosoku_toroku(struct wnn_buf *,w_char *,short); - extern int jl_dic_save_all(struct wnn_buf*); #else int wnn_get_area(struct wnn_buf*,int,int,w_char*,int);