mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 04:05:06 -05:00
sources: reformat forward prototypes
This commit is contained in:
@@ -172,13 +172,10 @@ static double combine_limit;
|
|||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
/* Forward prototype */
|
/* Forward prototype */
|
||||||
|
|
||||||
static void
|
static void slew_sources(struct timespec *raw, struct timespec *cooked, double dfreq,
|
||||||
slew_sources(struct timespec *raw, struct timespec *cooked, double dfreq,
|
|
||||||
double doffset, LCL_ChangeType change_type, void *anything);
|
double doffset, LCL_ChangeType change_type, void *anything);
|
||||||
static void
|
static void add_dispersion(double dispersion, void *anything);
|
||||||
add_dispersion(double dispersion, void *anything);
|
static char *source_to_string(SRC_Instance inst);
|
||||||
static char *
|
|
||||||
source_to_string(SRC_Instance inst);
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
/* Initialisation function */
|
/* Initialisation function */
|
||||||
|
|||||||
Reference in New Issue
Block a user