Kouhei Sutou
null+****@clear*****
Fri Aug 9 17:58:39 JST 2013
Kouhei Sutou 2013-08-09 17:58:39 +0900 (Fri, 09 Aug 2013) New Revision: e8d3332e5b8c381ae4aaae3d0cd8489ae1630580 https://github.com/mroonga/mroonga/commit/e8d3332e5b8c381ae4aaae3d0cd8489ae1630580 Message: Hide internal function Modified files: udf/mrn_udf_snippet.cpp Modified: udf/mrn_udf_snippet.cpp (+2 -2) =================================================================== --- udf/mrn_udf_snippet.cpp 2013-08-09 17:54:38 +0900 (55f0625) +++ udf/mrn_udf_snippet.cpp 2013-08-09 17:58:39 +0900 (944977a) @@ -36,8 +36,8 @@ struct st_mrn_snip_info String result_str; }; -my_bool mrn_snippet_prepare(st_mrn_snip_info *snip_info, UDF_ARGS *args, - char *message, grn_snip **snippet) +static my_bool mrn_snippet_prepare(st_mrn_snip_info *snip_info, UDF_ARGS *args, + char *message, grn_snip **snippet) { unsigned int i; CHARSET_INFO *cs; -------------- next part -------------- HTML����������������������������...Download