From cf89b22de0783d750967bb79558abea45607770f Mon Sep 17 00:00:00 2001 From: stfn Date: Mon, 28 Apr 2014 19:48:43 +0200 Subject: doc: fix prototype of function weechat_hashtable_dup (plugin API reference) --- doc/ja/weechat_plugin_api.ja.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ja') diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt index 66c07822d..60c566adc 100644 --- a/doc/ja/weechat_plugin_api.ja.txt +++ b/doc/ja/weechat_plugin_api.ja.txt @@ -3657,7 +3657,7 @@ _WeeChat バージョン 0.4.4 以上で利用可。_ [source,C] ---- -struct t_hashtable *hashtable_dup (struct t_hashtable *hashtable); +struct t_hashtable *weechat_hashtable_dup (struct t_hashtable *hashtable); ---- 引数: -- cgit v1.2.3