summaryrefslogtreecommitdiff
path: root/navit/bookmarks.h
diff options
context:
space:
mode:
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