$NetBSD: patch-ad,v 1.1 2007/02/23 20:17:47 drochner Exp $

--- alarm.c.orig	2007-02-23 18:00:04.000000000 +0100
+++ alarm.c
@@ -92,7 +92,9 @@ extern GC 	gc;
 
 static XmFontList xmFontList;
 
-
+static void HideBell(void);
+static void TextScroll(void);
+static void Set_Alarm(void);
 
 void InitBellAlarm(win, width, height, fontInfo, fontList, fg, bg, state, on)
     Window 	win;
@@ -159,7 +161,6 @@ void DrawBell(flash)
 		   bell_width, bell_height,
 		   bellX, bellY, 0x1);
     } else {
-	extern void HideBell();
 	
 	HideBell();
     }
@@ -181,7 +182,6 @@ static void AlarmAnnounce()
     int 		i, w;
     char 		buf[BUFSIZ];
     struct itimerval 	tv;
-    extern void		TextScroll();
     
     strcpy(buf, nextAlarm.alarmAnnounce ? nextAlarm.alarmAnnounce : "alarm");
     strcat(buf, " ... ");
@@ -442,7 +442,6 @@ void SetAlarm(file)
 
 static void ResetAlarm()
 {
-    extern void Set_Alarm();
     
     if (!*alarmFile) {
 	return;
