mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
18 lines
635 B
Plaintext
18 lines
635 B
Plaintext
$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
|