refclock: remove duplicated declaration
This commit is contained in:
parent
29c5ca9091
commit
cc86461d9b
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ extern void RCL_Initialise(void);
|
|||
extern void RCL_Finalise(void);
|
||||
extern int RCL_AddRefclock(RefclockParameters *params);
|
||||
extern void RCL_StartRefclocks(void);
|
||||
extern void RCL_StartRefclocks(void);
|
||||
extern void RCL_ReportSource(RPT_SourceReport *report, struct timeval *now);
|
||||
|
||||
/* functions used by drivers */
|
||||
|
|
Loading…
Reference in a new issue