summaryrefslogtreecommitdiff
path: root/navit/plugin_def.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-12-24 13:37:41 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-12-24 13:37:41 +0000
commit57e7057d2a6fb5899826dab222f6cc2834508ff6 (patch)
treeccca960091d6aa501fbfd450ff3992a3d1015fde /navit/plugin_def.h
parent897c60c319b2649a114dd2d491b0cdfea53c1f7d (diff)
downloadnavit-57e7057d2a6fb5899826dab222f6cc2834508ff6.tar.gz
Add:map_binfile:Feedback during map download
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3824 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/plugin_def.h')
-rw-r--r--navit/plugin_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/plugin_def.h b/navit/plugin_def.h
index 682ca59d7..01acea7bf 100644
--- a/navit/plugin_def.h
+++ b/navit/plugin_def.h
@@ -25,7 +25,7 @@ PLUGIN_FUNC1(draw, struct container *, co)
PLUGIN_FUNC3(popup, struct container *, map, struct popup *, p, struct popup_item **, list)
PLUGIN_TYPE(graphics, (struct navit *nav, struct graphics_methods *meth, struct attr **attrs, struct callback_list *cbl))
PLUGIN_TYPE(gui, (struct navit *nav, struct gui_methods *meth, struct attr **attrs, struct gui *gui))
-PLUGIN_TYPE(map, (struct map_methods *meth, struct attr **attrs))
+PLUGIN_TYPE(map, (struct map_methods *meth, struct attr **attrs, struct callback_list *cbl))
PLUGIN_TYPE(osd, (struct navit *nav, struct osd_methods *meth, struct attr **attrs))
PLUGIN_TYPE(speech, (struct speech_methods *meth, struct attr **attrs, struct attr *parent))
PLUGIN_TYPE(vehicle, (struct vehicle_methods *meth, struct callback_list *cbl, struct attr **attrs))