traffic_dummy.c (navit-0.5.5) | : | traffic_dummy.c (navit-0.5.6) | ||
---|---|---|---|---|
skipping to change at line 157 | skipping to change at line 157 | |||
} | } | |||
return messages; | return messages; | |||
} | } | |||
/** | /** | |||
* @brief The methods implemented by this plugin | * @brief The methods implemented by this plugin | |||
*/ | */ | |||
static struct traffic_methods traffic_dummy_meth = { | static struct traffic_methods traffic_dummy_meth = { | |||
traffic_dummy_get_messages, | traffic_dummy_get_messages, | |||
NULL, | ||||
}; | }; | |||
/** | /** | |||
* @brief Registers a new dummy traffic plugin | * @brief Registers a new dummy traffic plugin | |||
* | * | |||
* @param nav The navit instance | * @param nav The navit instance | |||
* @param meth Receives the traffic methods | * @param meth Receives the traffic methods | |||
* @param attrs The attributes for the map | * @param attrs The attributes for the map | |||
* @param cbl | * @param cbl | |||
* | * | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |