[Groonga-commit] groonga/groonga at fcf464a [master] store: hide internal function

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Nov 11 12:13:55 JST 2016


Kouhei Sutou	2016-11-11 12:13:55 +0900 (Fri, 11 Nov 2016)

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

  Message:
    store: hide internal function

  Modified files:
    lib/store.c

  Modified: lib/store.c (+1 -1)
===================================================================
--- lib/store.c    2016-11-11 12:13:10 +0900 (c59e35c)
+++ lib/store.c    2016-11-11 12:13:55 +0900 (718542b)
@@ -912,7 +912,7 @@ set_value(grn_ctx *ctx, grn_ja *ja, grn_id id, void *value, uint32_t value_len,
   return rc;
 }
 
-grn_rc
+static grn_rc
 grn_ja_put_raw(grn_ctx *ctx, grn_ja *ja, grn_id id,
                void *value, uint32_t value_len, int flags, uint64_t *cas)
 {
-------------- next part --------------
HTML����������������������������...
下載 



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