[Groonga-commit] groonga/groonga at 74d66a3 [master] Add missing function

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 13 11:37:41 JST 2015


Kouhei Sutou	2015-05-13 11:37:41 +0900 (Wed, 13 May 2015)

  New Revision: 74d66a39eab4a43b05ee9a39a20b9b93a90aae3d
  https://github.com/groonga/groonga/commit/74d66a39eab4a43b05ee9a39a20b9b93a90aae3d

  Message:
    Add missing function

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+6 -0)
===================================================================
--- lib/proc.c    2015-05-13 11:37:29 +0900 (d67277d)
+++ lib/proc.c    2015-05-13 11:37:41 +0900 (1129329)
@@ -89,6 +89,12 @@ grn_proc_init(void)
   return GRN_SUCCESS;
 }
 
+grn_rc
+grn_proc_fin(void)
+{
+  return GRN_SUCCESS;
+}
+
 /* bulk must be initialized grn_bulk or grn_msg */
 static int
 grn_bulk_put_from_file(grn_ctx *ctx, grn_obj *bulk, const char *path)
-------------- next part --------------
HTML����������������������������...
다운로드 



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