[Groonga-commit] groonga/groonga at 66620e9 [master] Export grn_proc_get_type()

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 8 14:04:13 JST 2014


Kouhei Sutou	2014-06-08 14:04:13 +0900 (Sun, 08 Jun 2014)

  New Revision: 66620e9c329aaed2d9077a35284fe90409a8160d
  https://github.com/groonga/groonga/commit/66620e9c329aaed2d9077a35284fe90409a8160d

  Message:
    Export grn_proc_get_type()

  Modified files:
    include/groonga.h
    lib/db.h

  Modified: include/groonga.h (+1 -0)
===================================================================
--- include/groonga.h    2014-06-07 14:51:37 +0900 (2ad7972)
+++ include/groonga.h    2014-06-08 14:04:13 +0900 (9dd4972)
@@ -483,6 +483,7 @@ GRN_API grn_obj *grn_proc_create(grn_ctx *ctx,
                                  unsigned int nvars, grn_expr_var *vars);
 GRN_API grn_obj *grn_proc_get_info(grn_ctx *ctx, grn_user_data *user_data,
                                    grn_expr_var **vars, unsigned int *nvars, grn_obj **caller);
+GRN_API grn_proc_type grn_proc_get_type(grn_ctx *ctx, grn_obj *proc);
 
 /*-------------------------------------------------------------
  * API for table

  Modified: lib/db.h (+0 -2)
===================================================================
--- lib/db.h    2014-06-07 14:51:37 +0900 (8193944)
+++ lib/db.h    2014-06-08 14:04:13 +0900 (11e25ee)
@@ -208,8 +208,6 @@ GRN_API grn_obj *grn_proc_get_or_add_var(grn_ctx *ctx, grn_user_data *user_data,
 GRN_API grn_obj *grn_proc_alloc(grn_ctx *ctx, grn_user_data *user_data,
                                 grn_id domain, grn_obj_flags flags);
 
-GRN_API grn_proc_type grn_proc_get_type(grn_ctx *ctx, grn_obj *proc);
-
 grn_rc grn_proc_set_selector(grn_ctx *ctx, grn_obj *proc,
                              grn_selector_func selector);
 
-------------- next part --------------
HTML����������������������������...
Download 



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