stubs: update NSR_AddSourceByName()

Fixes: 3763befd62 ("ntp: check name and return status from NSR_AddSourceByName()")
This commit is contained in:
Miroslav Lichvar 2020-01-03 10:15:40 +01:00
parent 3eaf0765b0
commit 8634158de0

View file

@ -195,9 +195,10 @@ NSR_AddSource(NTP_Remote_Address *remote_addr, NTP_Source_Type type, SourceParam
return NSR_TooManySources;
}
void
NSR_Status
NSR_AddSourceByName(char *name, int port, int pool, NTP_Source_Type type, SourceParameters *params)
{
return NSR_TooManySources;
}
NSR_Status