]> git.itanic.dy.fi Git - maemo-mapper/blobdiff - src/maps.h
Removed the heinous embedding of timestamps into PNGs. Layer refreshing is
[maemo-mapper] / src / maps.h
index 50087eb8cc934b65b2353409620795fc67a8b948..5af0103a4df06ca713755783d867b8db3b755b09 100644 (file)
 #ifndef MAEMO_MAPPER_MAPS_H
 #define MAEMO_MAPPER_MAPS_H
 
-void map_cache_init(size_t cache_size);
 size_t map_cache_resize(size_t cache_size);
-void map_cache_destroy(void);
 void map_cache_clean (void);
 
+void maps_init();
+void maps_destroy();
+
 gboolean mapdb_exists(RepoData *repo, gint zoom, gint tilex, gint tiley);
 GdkPixbuf* mapdb_get(RepoData *repo, gint zoom, gint tilex, gint tiley);