Fix:map_csv:Disable default notification of each deleted item.
[profile/ivi/navit.git] / navit / navit / linguistics.h
index abd23d3..2287b10 100644 (file)
@@ -1 +1,13 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
 char *linguistics_expand_special(char *str, int mode);
+char *linguistics_next_word(char *str);
+void linguistics_init(void);
+#ifdef __cplusplus
+}
+#endif
+
+/* Prototypes */
+int linguistics_search(char *str);
+