This stops a compiler warning from -Wmissing-prototypes.

(Noticed by Nils Larsch)
This commit is contained in:
Geoff Thorpe 2002-12-11 03:34:26 +00:00
parent 9314e366c8
commit f92570f00a

View File

@ -97,7 +97,7 @@
static int stop_keygen_flag = 0;
void timebomb_sigalarm(int foo)
static void timebomb_sigalarm(int foo)
{
stop_keygen_flag = 1;
}