navit 0.5.3-trunk
Loading...
Searching...
No Matches
phrase.h
Go to the documentation of this file.
1
20#ifndef NAVIT_PHRASE_H
21#define NAVIT_PHRASE_H
22
23void phrase_route_calc(void *speech);
24void phrase_route_calculated(void *speech, void *route);
25
26#endif
27
void phrase_route_calculated(void *speech, void *route)
Definition phrase.c:36
void phrase_route_calc(void *speech)
Definition phrase.c:28
A complete route.
Definition route.c:202
Definition speech.c:28