|
|
@@ -348,7 +348,7 @@ static struct qnetd_algorithm qnetd_algo_2nodelms = {
|
|
|
.timer_callback = qnetd_algo_2nodelms_timer_callback,
|
|
|
};
|
|
|
|
|
|
-enum tlv_reply_error_code qnetd_algo_2nodelms_register()
|
|
|
+enum tlv_reply_error_code qnetd_algo_2nodelms_register(void)
|
|
|
{
|
|
|
return qnetd_algorithm_register(TLV_DECISION_ALGORITHM_TYPE_2NODELMS, &qnetd_algo_2nodelms);
|
|
|
}
|