traffic_null.c (navit-0.5.5) | : | traffic_null.c (navit-0.5.6) | ||
---|---|---|---|---|
skipping to change at line 68 | skipping to change at line 68 | |||
*/ | */ | |||
struct traffic_message ** traffic_null_get_messages(struct traffic_priv * this_) { | struct traffic_message ** traffic_null_get_messages(struct traffic_priv * this_) { | |||
return NULL; | return NULL; | |||
} | } | |||
/** | /** | |||
* @brief The methods implemented by this plugin | * @brief The methods implemented by this plugin | |||
*/ | */ | |||
static struct traffic_methods traffic_null_meth = { | static struct traffic_methods traffic_null_meth = { | |||
traffic_null_get_messages, | traffic_null_get_messages, | |||
NULL, | ||||
}; | }; | |||
/** | /** | |||
* @brief Registers a new null traffic plugin | * @brief Registers a new null 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 |