Fix:Core:Better c++ compatibility
[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