[Groonga-commit] groonga/groonga at 0babccc [master] Add missing GRN_API

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 9 14:28:51 JST 2014


Kouhei Sutou	2014-11-09 14:28:51 +0900 (Sun, 09 Nov 2014)

  New Revision: 0babccc42130297bac9e1c26058808b9ee80dfbf
  https://github.com/groonga/groonga/commit/0babccc42130297bac9e1c26058808b9ee80dfbf

  Message:
    Add missing GRN_API

  Modified files:
    include/groonga/ii.h

  Modified: include/groonga/ii.h (+9 -6)
===================================================================
--- include/groonga/ii.h    2014-11-09 14:27:39 +0900 (ca8e9d1)
+++ include/groonga/ii.h    2014-11-09 14:28:51 +0900 (181d025)
@@ -27,12 +27,15 @@ extern "C" {
 typedef struct _grn_ii grn_ii;
 typedef struct _grn_ii_buffer grn_ii_buffer;
 
-grn_ii_buffer *grn_ii_buffer_open(grn_ctx *ctx, grn_ii *ii,
-                                  long long unsigned int update_buffer_size);
-grn_rc grn_ii_buffer_append(grn_ctx *ctx, grn_ii_buffer *ii_buffer,
-                            grn_id rid, unsigned int section, grn_obj *value);
-grn_rc grn_ii_buffer_commit(grn_ctx *ctx, grn_ii_buffer *ii_buffer);
-grn_rc grn_ii_buffer_close(grn_ctx *ctx, grn_ii_buffer *ii_buffer);
+GRN_API grn_ii_buffer *grn_ii_buffer_open(grn_ctx *ctx, grn_ii *ii,
+                                          long long unsigned int update_buffer_size);
+GRN_API grn_rc grn_ii_buffer_append(grn_ctx *ctx,
+                                    grn_ii_buffer *ii_buffer,
+                                    grn_id rid,
+                                    unsigned int section,
+                                    grn_obj *value);
+GRN_API grn_rc grn_ii_buffer_commit(grn_ctx *ctx, grn_ii_buffer *ii_buffer);
+GRN_API grn_rc grn_ii_buffer_close(grn_ctx *ctx, grn_ii_buffer *ii_buffer);
 
 #ifdef __cplusplus
 }
-------------- next part --------------
HTML����������������������������...
Download 



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