92b1db2025
- Mark as LICENSE sun-openlook-license - Bump pkgrevision
17 lines
635 B
Text
17 lines
635 B
Text
$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
|