summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/navit.h')
-rw-r--r--navit/navit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/navit.h b/navit/navit.h
index 5cd24b948..95ba1de8d 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -80,6 +80,7 @@ void navit_set_destination(struct navit *this_, struct pcoord *c, const char *de
void navit_set_destinations(struct navit *this_, struct pcoord *c, int count, const char *description, int async);
int navit_check_route(struct navit *this_);
void navit_textfile_debug_log(struct navit *this_, const char *fmt, ...);
+void navit_textfile_debug_log_at(struct navit *this_, struct pcoord *pc, const char *fmt, ...);
int navit_speech_estimate(struct navit *this_, char *str);
void navit_say(struct navit *this_, char *text);
void navit_speak(struct navit *this_);