Navigation Menu

Skip to content

Commit

Permalink
Export grn_proc_get_type()
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 8, 2014
1 parent 7eb1659 commit 66620e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions include/groonga.h
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions lib/db.h
Expand Up @@ -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);

Expand Down

0 comments on commit 66620e9

Please sign in to comment.