sources: reformat forward prototypes
This commit is contained in:
parent
ad8fb64276
commit
59a9b7a9f6
1 changed files with 4 additions and 7 deletions
11
sources.c
11
sources.c
|
@ -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 add_dispersion(double dispersion, void *anything);
|
||||||
static void
|
static char *source_to_string(SRC_Instance inst);
|
||||||
add_dispersion(double dispersion, void *anything);
|
|
||||||
static char *
|
|
||||||
source_to_string(SRC_Instance inst);
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
/* Initialisation function */
|
/* Initialisation function */
|
||||||
|
|
Loading…
Reference in a new issue