[Groonga-commit] groonga/groonga [master] Add static to grn_hash_reset().

アーカイブの一覧に戻る

null+****@clear***** null+****@clear*****
2012年 4月 3日 (火) 18:40:14 JST


Susumu Yata	2012-04-03 18:40:14 +0900 (Tue, 03 Apr 2012)

  New Revision: eba3628fc5773111dbacf5d19b4a08cbe5392fe7

  Log:
    Add static to grn_hash_reset().

  Modified files:
    lib/hash.c

  Modified: lib/hash.c (+1 -1)
===================================================================
--- lib/hash.c    2012-04-03 18:39:42 +0900 (3c2695e)
+++ lib/hash.c    2012-04-03 18:40:14 +0900 (69ffa9e)
@@ -1594,7 +1594,7 @@ grn_hash_truncate(grn_ctx *ctx, grn_hash *hash)
   return rc;
 }
 
-grn_rc
+static grn_rc
 grn_hash_reset(grn_ctx *ctx, grn_hash *hash, uint32_t ne)
 {
   entry *ee;




Groonga-commit メーリングリストの案内
アーカイブの一覧に戻る