summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authorakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-03 15:18:33 +0000
committerakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-03 15:18:33 +0000
commitea35eff00db98a767b875004bf9a0d0c59a74450 (patch)
tree681428be5e772dcaf30605efac458d17852a2105 /navit/navit.h
parent8a742fb958743850f8d9cd60f22f97f0bd896d0d (diff)
downloadnavit-ea35eff00db98a767b875004bf9a0d0c59a74450.tar.gz
Add:Core:Added basement for bookmarks manager. Most of the bookmarking
related code moved from navit.c to bookmarks.c git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2977 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r--navit/navit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/navit.h b/navit/navit.h
index 8745889f3..7e85dee9f 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -48,6 +48,7 @@ struct route;
struct tracking;
struct transformation;
struct vehicleprofile;
+struct bookmarks;
void navit_add_mapset(struct navit *this_, struct mapset *ms);
struct mapset *navit_get_mapset(struct navit *this_);
struct tracking *navit_get_tracking(struct navit *this_);
@@ -71,7 +72,6 @@ struct vehicleprofile *navit_get_vehicleprofile(struct navit *this_);
GList *navit_get_vehicleprofiles(struct navit *this_);
void navit_set_destination(struct navit *this_, struct pcoord *c, const char *description, int async);
int navit_check_route(struct navit *this_);
-void navit_add_bookmark(struct navit *this_, struct pcoord *c, const char *description);
void navit_textfile_debug_log(struct navit *this_, const char *fmt, ...);
int navit_speech_estimate(struct navit *this_, char *str);
void navit_say(struct navit *this_, char *text);
@@ -99,6 +99,7 @@ struct displaylist *navit_get_displaylist(struct navit *this_);
int navit_block(struct navit *this_, int block);
void navit_layout_switch(struct navit *n);
int navit_set_layout_by_name(struct navit *n, char* name);
+struct bookmarks* navit_get_bookmarks(struct navit *this_);
void navit_destroy(struct navit *this_);
/* end of prototypes */
#ifdef __cplusplus