[Groonga-commit] groonga/groonga at 424713a [master] mrb: add a missing declaration

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Feb 5 13:33:55 JST 2015


Kouhei Sutou	2015-02-05 13:33:55 +0900 (Thu, 05 Feb 2015)

  New Revision: 424713a56c33bf21d09c705edb48ad996d0f08e5
  https://github.com/groonga/groonga/commit/424713a56c33bf21d09c705edb48ad996d0f08e5

  Message:
    mrb: add a missing declaration

  Modified files:
    lib/mrb/mrb_bulk.h

  Modified: lib/mrb/mrb_bulk.h (+3 -0)
===================================================================
--- lib/mrb/mrb_bulk.h    2015-02-05 13:29:30 +0900 (f7eca98)
+++ lib/mrb/mrb_bulk.h    2015-02-05 13:33:55 +0900 (e85b815)
@@ -29,6 +29,9 @@ extern "C" {
 void grn_mrb_bulk_init(grn_ctx *ctx);
 
 mrb_value grn_mrb_value_from_bulk(mrb_state *mrb, grn_obj *bulk);
+grn_obj  *grn_mrb_value_to_bulk(mrb_state *mrb,
+                                mrb_value mrb_value_,
+                                grn_obj *bulk);
 
 #ifdef __cplusplus
 }
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index