summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authormdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-11-23 21:25:30 +0000
committermdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-11-23 21:25:30 +0000
commit669edfcd220a3bd8e69e352578a8fc369477ac08 (patch)
tree36bb26b158d93beead3b9c526cc67a896a9386d9 /navit/navit.h
parent10608d12fc25cae72f8ad3ce67f2310a70988159 (diff)
downloadnavit-669edfcd220a3bd8e69e352578a8fc369477ac08.tar.gz
Fix:gui_internal:Do not allow duplicate entries in the list of former destinations. Fixes #955. Thank you sleske.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4847 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r--navit/navit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/navit.h b/navit/navit.h
index 9b3630ba6..3bb5f5e1b 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -79,7 +79,7 @@ GList *navit_get_vehicleprofiles(struct navit *this_);
void navit_set_destination(struct navit *this_, struct pcoord *c, const char *description, int async);
void navit_set_destinations(struct navit *this_, struct pcoord *c, int count, const char *description, int async);
int navit_check_route(struct navit *this_);
-struct map* read_former_destinations_from_file();
+struct map* read_former_destinations_from_file(void);
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);