]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
refclock: remove duplicated declaration
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 29 Apr 2014 09:15:42 +0000 (11:15 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 29 Apr 2014 10:07:38 +0000 (12:07 +0200)
refclock.h

index ba2442b6b8254b60044f0de0dd24f06c87511337..5854139edc68cf84187be113ae6074c071e3d3f7 100644 (file)
@@ -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 */