summaryrefslogtreecommitdiff
path: root/navit/mapset.h
diff options
context:
space:
mode:
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-09-21 12:32:30 +0000
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-09-21 12:32:30 +0000
commit55751516477852e34ff62b29ad96590f041fb72e (patch)
tree4b3c2724d3c7f7a38e254e1ffe56255ad075d0f4 /navit/mapset.h
parentcad1f6dfc47a2949b4e88e94e9c6d4bf66e8e0ce (diff)
downloadnavit-55751516477852e34ff62b29ad96590f041fb72e.tar.gz
Fix:Core: Adds in forgotten prototypes for mapset_unref and mapset_ref
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5228 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/mapset.h')
-rw-r--r--navit/mapset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/mapset.h b/navit/mapset.h
index 38ce100c8..0987ef068 100644
--- a/navit/mapset.h
+++ b/navit/mapset.h
@@ -48,6 +48,8 @@ void mapset_close(struct mapset_handle *msh);
struct mapset_search *mapset_search_new(struct mapset *ms, struct item *item, struct attr *search_attr, int partial);
struct item *mapset_search_get_item(struct mapset_search *this_);
void mapset_search_destroy(struct mapset_search *this_);
+struct mapset * mapset_ref(struct mapset* m);
+void mapset_unref(struct mapset *m);
/* end of prototypes */
#ifdef __cplusplus
}