[Groonga-commit] groonga/groonga at fea9674 [master] Add missing internal prototype declaration for grn_table_add_by_key

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 3 10:43:29 JST 2017


Kouhei Sutou	2017-02-03 10:43:29 +0900 (Fri, 03 Feb 2017)

  New Revision: fea967409872a9e7e81fe0f58a01c1a6971e098d
  https://github.com/groonga/groonga/commit/fea967409872a9e7e81fe0f58a01c1a6971e098d

  Message:
    Add missing internal prototype declaration for grn_table_add_by_key

  Modified files:
    lib/grn_db.h

  Modified: lib/grn_db.h (+4 -0)
===================================================================
--- lib/grn_db.h    2017-02-03 10:42:35 +0900 (d8d5427)
+++ lib/grn_db.h    2017-02-03 10:43:29 +0900 (63c6dca)
@@ -83,6 +83,10 @@ grn_id grn_table_get_v(grn_ctx *ctx, grn_obj *table, const void *key, int key_si
                        void **value);
 grn_id grn_table_add_v(grn_ctx *ctx, grn_obj *table, const void *key, int key_size,
                        void **value, int *added);
+grn_id grn_table_add_by_key(grn_ctx *ctx,
+                            grn_obj *table,
+                            grn_obj *key,
+                            int *added);
 GRN_API grn_rc grn_table_get_info(grn_ctx *ctx, grn_obj *table, grn_table_flags *flags,
                                   grn_encoding *encoding, grn_obj **tokenizer,
                                   grn_obj **normalizer,
-------------- next part --------------
HTML����������������������������...
Télécharger 



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