summaryrefslogtreecommitdiff
path: root/refclock.h
diff options
context:
space:
mode:
Diffstat (limited to 'refclock.h')
-rw-r--r--refclock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/refclock.h b/refclock.h
index 724f620..69a0152 100644
--- a/refclock.h
+++ b/refclock.h
@@ -72,6 +72,7 @@ extern void RCL_ReportSource(RPT_SourceReport *report, struct timespec *now);
extern void RCL_SetDriverData(RCL_Instance instance, void *data);
extern void *RCL_GetDriverData(RCL_Instance instance);
extern char *RCL_GetDriverParameter(RCL_Instance instance);
+extern void RCL_CheckDriverOptions(RCL_Instance instance, const char **options);
extern char *RCL_GetDriverOption(RCL_Instance instance, char *name);
extern int RCL_AddSample(RCL_Instance instance, struct timespec *sample_time, double offset, int leap);
extern int RCL_AddPulse(RCL_Instance instance, struct timespec *pulse_time, double second);