Commit f92570f0 authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

This stops a compiler warning from -Wmissing-prototypes.

(Noticed by Nils Larsch)
parent 9314e366
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}