navit  0.5.3-trunk
phrase.h
Go to the documentation of this file.
1 
20 #ifndef NAVIT_PHRASE_H
21 #define NAVIT_PHRASE_H
22 
23 void phrase_route_calc(void *speech);
24 void 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:201
Definition: speech.c:28