~hkdb/geary/disco-3.34.1

« back to all changes in this revision

Viewing changes to src/sqlite3-unicodesn/libstemmer_c/src_c/stem_ISO_8859_2_romanian.h

  • Committer: hkdb
  • Date: 2019-10-08 10:54:21 UTC
  • Revision ID: hkdb@3df.io-20191008105421-3dkwnpnhcamm77to
Tags: upstream-3.34.1-disco
ImportĀ upstreamĀ versionĀ 3.34.1-disco

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* This file was generated automatically by the Snowball to ANSI C compiler */
 
3
 
 
4
#ifdef __cplusplus
 
5
extern "C" {
 
6
#endif
 
7
 
 
8
extern struct SN_env * romanian_ISO_8859_2_create_env(void);
 
9
extern void romanian_ISO_8859_2_close_env(struct SN_env * z);
 
10
 
 
11
extern int romanian_ISO_8859_2_stem(struct SN_env * z);
 
12
 
 
13
#ifdef __cplusplus
 
14
}
 
15
#endif
 
16