diff options
author | mdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2012-04-01 14:23:54 +0000 |
---|---|---|
committer | mdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2012-04-01 14:23:54 +0000 |
commit | ff55efe3007d0b9bc80a8dfac39c4f62a8533962 (patch) | |
tree | 4cd0bb06b36e746cec1129223c3ff700abd580b2 /navit/bookmarks.h | |
parent | cd7d305b8ade41a12af09397b32366af39f44671 (diff) | |
download | navit-ff55efe3007d0b9bc80a8dfac39c4f62a8533962.tar.gz |
Add:gui_internal:Allow having several waypoints. Fixes #46.|Thanks heiko wegeler.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5004 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/bookmarks.h')
-rw-r--r-- | navit/bookmarks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/bookmarks.h b/navit/bookmarks.h index 5630e5151..d8291289b 100644 --- a/navit/bookmarks.h +++ b/navit/bookmarks.h @@ -45,6 +45,7 @@ void bookmarks_move_up(struct bookmarks *this_); int bookmarks_move_down(struct bookmarks *this_,const char* name); struct item* bookmarks_get_item(struct bookmarks* this_); +int bookmarks_get_bookmark_count(struct bookmarks* this_); void bookmarks_item_rewind(struct bookmarks* this_); const char* bookmarks_item_cwd(struct bookmarks* this_); |