postgresql/contrib/tsearch2/snowball/russian_stem_UTF8.h

18 lines
316 B
C
Raw Normal View History

/* This file was generated automatically by the Snowball to ANSI C compiler */
#ifdef __cplusplus
2006-10-04 02:30:14 +02:00
extern "C"
{
#endif
2006-10-04 02:30:14 +02:00
extern struct SN_env *russian_UTF_8_create_env(void);
extern void russian_UTF_8_close_env(struct SN_env * z);
2006-10-04 02:30:14 +02:00
extern int russian_UTF_8_stem(struct SN_env * z);
#ifdef __cplusplus
}
2006-10-04 02:30:14 +02:00
#endif