summaryrefslogtreecommitdiff
path: root/navit/phrase.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/phrase.h')
-rw-r--r--navit/phrase.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/navit/phrase.h b/navit/phrase.h
new file mode 100644
index 000000000..5fd1af261
--- /dev/null
+++ b/navit/phrase.h
@@ -0,0 +1,8 @@
+#ifndef NAVIT_PHRASE_H
+#define NAVIT_PHRASE_H
+
+void phrase_route_calc(void *speech);
+void phrase_route_calculated(void *speech, void *route);
+
+#endif
+