1 $NetBSD: patch-dp,v 1.1 2007/05/12 00:22:19 tnn Exp $
3 --- olwmslave/olwmslave.c.orig 1993-06-29 05:12:12.000000000 +0000
4 +++ olwmslave/olwmslave.c
5 @@ -44,9 +44,9 @@ char cmdBuf[CMDBUFLEN];
6 /* ----------------------------------------------------------------------
8 * ----------------------------------------------------------------------*/
9 -void InitScreenInfo();
10 -void ParseScreenArgs();
11 -Notify_value InputReader();
12 +static void InitScreenInfo();
13 +static void ParseScreenArgs();
14 +static Notify_value InputReader();
16 /* ----------------------------------------------------------------------