summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/include/groonga/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/vendor/groonga/include/groonga/command.h')
-rw-r--r--storage/mroonga/vendor/groonga/include/groonga/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/mroonga/vendor/groonga/include/groonga/command.h b/storage/mroonga/vendor/groonga/include/groonga/command.h
index 101956a04f9..ac5270e9798 100644
--- a/storage/mroonga/vendor/groonga/include/groonga/command.h
+++ b/storage/mroonga/vendor/groonga/include/groonga/command.h
@@ -43,6 +43,8 @@ GRN_PLUGIN_EXPORT grn_obj *grn_command_input_get(grn_ctx *ctx,
GRN_PLUGIN_EXPORT grn_obj *grn_command_input_at(grn_ctx *ctx,
grn_command_input *input,
unsigned int offset);
+GRN_PLUGIN_EXPORT grn_obj *grn_command_input_get_arguments(grn_ctx *ctx,
+ grn_command_input *input);
typedef void grn_command_run_func(grn_ctx *ctx,
grn_obj *command,