ntp: combine parameters of NCR_AddBroadcastDestination()

This commit is contained in:
Miroslav Lichvar
2020-06-17 09:50:23 +02:00
parent 46714fec2d
commit 500c9cbf3b
4 changed files with 8 additions and 11 deletions

View File

@@ -147,7 +147,7 @@ MNL_Finalise(void)
#ifndef FEAT_NTP
void
NCR_AddBroadcastDestination(IPAddr *addr, unsigned short port, int interval)
NCR_AddBroadcastDestination(NTP_Remote_Address *addr, int interval)
{
}