summaryrefslogtreecommitdiff
path: root/navit/plugin_def.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-01-08 10:28:00 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-01-08 10:28:00 +0000
commit7010ffa99da15d980e1c857c50672e9ee0d02ad8 (patch)
tree087e1aa00095fb8383461999d9940ac7f86c8603 /navit/plugin_def.h
parent11cc509bf21091617885191ea9f1a37cd0a3ff18 (diff)
downloadnavit-7010ffa99da15d980e1c857c50672e9ee0d02ad8.tar.gz
Add:Core:speech_dbus
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2898 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 4eec845c0..682ca59d7 100644
--- a/navit/plugin_def.h
+++ b/navit/plugin_def.h
@@ -27,7 +27,7 @@ PLUGIN_TYPE(graphics, (struct navit *nav, struct graphics_methods *meth, struct
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(osd, (struct navit *nav, struct osd_methods *meth, struct attr **attrs))
-PLUGIN_TYPE(speech, (struct speech_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))
PLUGIN_TYPE(event, (struct event_methods *meth))
PLUGIN_TYPE(font, (void *meth))