/[zanavi_public1]/navit/navit/linguistics.h
ZANavi

Contents of /navit/navit/linguistics.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27 - (show annotations) (download)
Mon Apr 9 21:27:36 2012 UTC (11 years, 11 months ago) by zoff99
File MIME type: text/plain
File size: 345 byte(s)
lots of new stuff, tranlsations, bug fixes ...
1 #ifdef __cplusplus
2 extern "C"
3 {
4 #endif
5 char *linguistics_expand_special(char *str, int mode);
6 char *linguistics_next_word(char *str);
7 void linguistics_init(void);
8 char *linguistics_casefold(char *in);
9 int linguistics_compare(char *str, char *match, int partial);
10 #ifdef __cplusplus
11 }
12 #endif
13
14 /* Prototypes */
15 int linguistics_search(char *str);
16

   
Visit the ZANavi Wiki