Description: Fix FTBFS w/GCC-14 due to -Wdeclaration-missing-parameter-type
Author: tony mancill <tmancill@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075287

--- a/morse.d/alarm.h
+++ b/morse.d/alarm.h
@@ -12,7 +12,7 @@
 /*
 -- Set the alarm for a time specified in ms.
 */
-void AlarmSet(time_t);
+void AlarmSet(int time);
 
 /*
 -- Wait for the alarm, or return immediately if the alarm isn't set.
