diff options
Diffstat (limited to 'contrib/ntp/tests/libntp/refidsmear.c')
-rw-r--r-- | contrib/ntp/tests/libntp/refidsmear.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/ntp/tests/libntp/refidsmear.c b/contrib/ntp/tests/libntp/refidsmear.c index 5e9d27c..04f396c 100644 --- a/contrib/ntp/tests/libntp/refidsmear.c +++ b/contrib/ntp/tests/libntp/refidsmear.c @@ -28,7 +28,12 @@ * 254.255.255.255 */ + + void rtol(uint32_t r, char *es); +void rtoltor(uint32_t er, char *es); +void ltor(l_fp l, char *er); +void test_refidsmear(void); void rtol(uint32_t r, char *es) @@ -53,7 +58,7 @@ rtol(uint32_t r, char *es) } -void rtoltor(uint32_t er, char *es); + void rtoltor(uint32_t er, char *es) @@ -82,8 +87,6 @@ rtoltor(uint32_t er, char *es) } -void ltor(l_fp l, char *er); - void ltor(l_fp l, char *er) { |