russian_stem_UTF8.h 316 Bytes
Newer Older
1 2 3 4

/* This file was generated automatically by the Snowball to ANSI C compiler */

#ifdef __cplusplus
Bruce Momjian's avatar
Bruce Momjian committed
5 6
extern		"C"
{
7 8
#endif

Bruce Momjian's avatar
Bruce Momjian committed
9 10
	extern struct SN_env *russian_UTF_8_create_env(void);
	extern void russian_UTF_8_close_env(struct SN_env * z);
11

Bruce Momjian's avatar
Bruce Momjian committed
12
	extern int	russian_UTF_8_stem(struct SN_env * z);
13 14 15 16

#ifdef __cplusplus
}

Bruce Momjian's avatar
Bruce Momjian committed
17
#endif