summaryrefslogtreecommitdiff
path: root/x11/xview-clients/patches/patch-dp
blob: 0f656d6aa5d62a40c8f3b75c87803553e38bad7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-dp,v 1.2 2009/12/10 20:37:38 abs Exp $

--- olwmslave/olwmslave.c.orig	1993-06-29 05:12:12.000000000 +0000
+++ olwmslave/olwmslave.c
@@ -44,9 +44,9 @@ char		cmdBuf[CMDBUFLEN];
 /* ----------------------------------------------------------------------
  *	Forward Definitions
  * ----------------------------------------------------------------------*/
-void		InitScreenInfo();
-void		ParseScreenArgs();
-Notify_value	InputReader();
+static void		InitScreenInfo();
+static void		ParseScreenArgs();
+static Notify_value	InputReader();
 
 /* ----------------------------------------------------------------------
  * 	main