[Groonga-commit] groonga/groonga [master] add a missing GRN_API.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 28日 (火) 12:23:19 JST


Susumu Yata	2012-02-28 12:23:19 +0900 (Tue, 28 Feb 2012)

  New Revision: 3abd31dc354eef0bc147e06baf56953e82e3e5b1

  Log:
    add a missing GRN_API.

  Modified files:
    lib/ctx.h

  Modified: lib/ctx.h (+1 -1)
===================================================================
--- lib/ctx.h    2012-02-28 06:41:09 +0900 (06d4f9d)
+++ lib/ctx.h    2012-02-28 12:23:19 +0900 (f01a617)
@@ -424,7 +424,7 @@ void grn_ctx_loader_clear(grn_ctx *ctx);
 void grn_log_reopen(grn_ctx *ctx);
 
 GRN_API grn_rc grn_ctx_sendv(grn_ctx *ctx, int argc, char **argv, int flags);
-void grn_ctx_set_next_expr(grn_ctx *ctx, grn_obj *expr);
+GRN_API void grn_ctx_set_next_expr(grn_ctx *ctx, grn_obj *expr);
 
 int grn_alloc_count(void);
 




Groonga-commit メーリングリストの案内
Back to archive index