summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/lib/grn_proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/vendor/groonga/lib/grn_proc.h')
-rw-r--r--storage/mroonga/vendor/groonga/lib/grn_proc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/mroonga/vendor/groonga/lib/grn_proc.h b/storage/mroonga/vendor/groonga/lib/grn_proc.h
index fb01698ea69..b75d11079a2 100644
--- a/storage/mroonga/vendor/groonga/lib/grn_proc.h
+++ b/storage/mroonga/vendor/groonga/lib/grn_proc.h
@@ -1,5 +1,5 @@
/* -*- c-basic-offset: 2 -*- */
-/* Copyright(C) 2009 Brazil
+/* Copyright(C) 2009-2015 Brazil
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -23,6 +23,8 @@
extern "C" {
#endif
+void grn_proc_init_from_env(void);
+
GRN_VAR const char *grn_document_root;
void grn_db_init_builtin_query(grn_ctx *ctx);