Kouhei Sutou
null+****@clear*****
Thu Jan 10 12:32:08 JST 2013
Kouhei Sutou 2013-01-10 12:32:08 +0900 (Thu, 10 Jan 2013) New Revision: 4c49dfb75f7fba2cfaf2e9f72773441931f8dff8 https://github.com/groonga/groonga/commit/4c49dfb75f7fba2cfaf2e9f72773441931f8dff8 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:31:09 +0900 (5432c70) +++ lib/ctx.c 2013-01-10 12:32:08 +0900 (4007762) @@ -1026,7 +1026,7 @@ grn_query_logger_reopen(grn_ctx *ctx) } } -void +static void grn_query_logger_fin(grn_ctx *ctx) { if (current_query_logger.fin) { Modified: lib/ctx.h (+0 -2) =================================================================== --- lib/ctx.h 2013-01-10 12:31:09 +0900 (fdd57d9) +++ lib/ctx.h 2013-01-10 12:32:08 +0900 (345055c) @@ -412,8 +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_query_logger_fin(grn_ctx *ctx); - GRN_API grn_rc grn_ctx_sendv(grn_ctx *ctx, int argc, char **argv, int flags); GRN_API void grn_ctx_set_next_expr(grn_ctx *ctx, grn_obj *expr); -------------- next part -------------- HTML����������������������������...Download