This stops a compiler warning from -Wmissing-prototypes.
(Noticed by Nils Larsch)
This commit is contained in:
parent
9314e366c8
commit
f92570f00a
@ -97,7 +97,7 @@
|
|||||||
|
|
||||||
static int stop_keygen_flag = 0;
|
static int stop_keygen_flag = 0;
|
||||||
|
|
||||||
void timebomb_sigalarm(int foo)
|
static void timebomb_sigalarm(int foo)
|
||||||
{
|
{
|
||||||
stop_keygen_flag = 1;
|
stop_keygen_flag = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user