keys: fix determine_hash_delay() declaration
This commit is contained in:
parent
5762d33e38
commit
a6f0688f46
1 changed files with 1 additions and 1 deletions
2
keys.c
2
keys.c
|
@ -142,7 +142,7 @@ KEY_Finalise(void)
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
determine_hash_delay(int key_id)
|
determine_hash_delay(unsigned long key_id)
|
||||||
{
|
{
|
||||||
NTP_Packet pkt;
|
NTP_Packet pkt;
|
||||||
struct timeval before, after;
|
struct timeval before, after;
|
||||||
|
|
Loading…
Reference in a new issue