summaryrefslogtreecommitdiff
path: root/contrib/tsearch2/snowball/russian_stem.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tsearch2/snowball/russian_stem.h')
-rw-r--r--contrib/tsearch2/snowball/russian_stem.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/tsearch2/snowball/russian_stem.h b/contrib/tsearch2/snowball/russian_stem.h
new file mode 100644
index 0000000000..7dc26d45c8
--- /dev/null
+++ b/contrib/tsearch2/snowball/russian_stem.h
@@ -0,0 +1,8 @@
+
+/* This file was generated automatically by the Snowball to ANSI C compiler */
+
+extern struct SN_env * russian_create_env(void);
+extern void russian_close_env(struct SN_env * z);
+
+extern int russian_stem(struct SN_env * z);
+