Kouhei Sutou
null+****@clear*****
Thu Jan 10 12:18:34 JST 2013
Kouhei Sutou 2013-01-10 12:18:34 +0900 (Thu, 10 Jan 2013) New Revision: d3f21e42dd08496714d1abe7c5eed68e642ffa93 https://github.com/groonga/groonga/commit/d3f21e42dd08496714d1abe7c5eed68e642ffa93 Log: Hide internal function Modified files: lib/ctx.c lib/ctx.h Modified: lib/ctx.c (+1 -1) =================================================================== --- lib/ctx.c 2013-01-10 12:18:12 +0900 (f46175c) +++ lib/ctx.c 2013-01-10 12:18:34 +0900 (6590eaa) @@ -796,7 +796,7 @@ grn_logger_reopen(grn_ctx *ctx) } } -void +static void grn_logger_fin(grn_ctx *ctx) { if (current_logger.fin) { Modified: lib/ctx.h (+0 -1) =================================================================== --- lib/ctx.h 2013-01-10 12:18:12 +0900 (2552fe6) +++ lib/ctx.h 2013-01-10 12:18:34 +0900 (fdd57d9) @@ -412,7 +412,6 @@ void grn_ctx_qe_fin(grn_ctx *ctx); void grn_ctx_loader_clear(grn_ctx *ctx); void grn_log_reopen(grn_ctx *ctx); -void grn_logger_fin(grn_ctx *ctx); void grn_query_logger_fin(grn_ctx *ctx); GRN_API grn_rc grn_ctx_sendv(grn_ctx *ctx, int argc, char **argv, int flags); -------------- next part -------------- HTML����������������������������... 下载