summaryrefslogtreecommitdiff
path: root/navit/phrase.h
blob: 5fd1af261458294bda867940301a5e089588be96 (plain)
1
2
3
4
5
6
7
8
#ifndef NAVIT_PHRASE_H
#define NAVIT_PHRASE_H

void phrase_route_calc(void *speech);
void phrase_route_calculated(void *speech, void *route);

#endif