summaryrefslogtreecommitdiff
path: root/navit/plugin_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/plugin_def.h')
-rw-r--r--navit/plugin_def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/plugin_def.h b/navit/plugin_def.h
index 3ccf1eec3..d342340ab 100644
--- a/navit/plugin_def.h
+++ b/navit/plugin_def.h
@@ -32,3 +32,4 @@ PLUGIN_CATEGORY(vehicle, (struct vehicle_methods *meth, struct callback_list *cb
PLUGIN_CATEGORY(event, (struct event_methods *meth))
PLUGIN_CATEGORY(audio, (struct audio_methods *meth, struct callback_list * cbl, struct attr **attrs, struct attr *parent))
PLUGIN_CATEGORY(font, (void *meth))
+PLUGIN_CATEGORY(traffic, (struct navit *nav, struct traffic_methods *meth, struct attr **attrs, struct callback_list *cbl))