$NetBSD: patch-dr,v 1.1 2008/08/30 20:03:03 dholland Exp $

--- clock/clock.c.orig	1993-06-29 01:11:39.000000000 -0400
+++ clock/clock.c	2008-08-30 15:36:59.000000000 -0400
@@ -206,6 +206,11 @@ typedef struct clckObject {
 	Menu			menu;
 	} ClockObject, *Clock;
 
+static int min(int a, int b);
+static int armwidth(int r);
+static int seconds_on(Options o);
+static int date_on(Options o);
+
 Server_image	handspr;
 Server_image	spotpr;
 Server_image	dotspr;
