stubs: add NSR_GetAuthReport()

Fixes: 79c7384e5e ("cmdmon: add authdata command")
This commit is contained in:
Miroslav Lichvar 2020-05-20 17:35:08 +02:00
parent 7a7295992f
commit 17fb9e3709

View file

@ -319,6 +319,12 @@ NSR_ReportSource(RPT_SourceReport *report, struct timespec *now)
memset(report, 0, sizeof (*report));
}
int
NSR_GetAuthReport(IPAddr *address, RPT_AuthReport *report)
{
return 0;
}
int
NSR_GetNTPReport(RPT_NTPReport *report)
{