change async to 0 to fix TIVI-114
[profile/ivi/navit.git] / navit / navit / linguistics.h
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
4 char *linguistics_expand_special(char *str, int mode);
5 char *linguistics_next_word(char *str);
6 void linguistics_init(void);
7 #ifdef __cplusplus
8 }
9 #endif
10
11 /* Prototypes */
12 int linguistics_search(char *str);
13