diff --git a/stubs.c b/stubs.c index fe1cd50..a337307 100644 --- a/stubs.c +++ b/stubs.c @@ -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) {