summaryrefslogtreecommitdiff
path: root/navit/bookmarks.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-09-03 09:23:55 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-09-03 09:23:55 +0000
commit645fdb2065e2b57ea7623ec3f36b3e48dd7a9c15 (patch)
treed1c5f41f91942f984121a09059c2bd5e1b5990f4 /navit/bookmarks.h
parent8589e0ffcf4c3ee635a4406483f36fd12dc0b98a (diff)
downloadnavit-645fdb2065e2b57ea7623ec3f36b3e48dd7a9c15.tar.gz
Add:Core:Support for writing destinations with multiple coordinates
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3551 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/bookmarks.h')
-rw-r--r--navit/bookmarks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/bookmarks.h b/navit/bookmarks.h
index 792d2fe64..cee28e7db 100644
--- a/navit/bookmarks.h
+++ b/navit/bookmarks.h
@@ -53,7 +53,7 @@ char* bookmarks_get_destination_file(gboolean create);
void bookmarks_set_center_from_file(struct bookmarks *this_, char *file);
char* bookmarks_get_center_file(gboolean create);
void bookmarks_write_center_to_file(struct bookmarks *this_, char *file);
-void bookmarks_append_coord(struct bookmarks *this_, char *file, struct pcoord *c, const char *type, const char *description, GHashTable *h, int limit);
+void bookmarks_append_coord(struct bookmarks *this_, char *file, struct pcoord *c, int count, const char *type, const char *description, GHashTable *h, int limit);
/* end of prototypes */
#ifdef __cplusplus