2013-09-26 17:14:40 +02:00

20 lines
639 B
Plaintext

$NetBSD: patch-dh,v 1.2 2009/12/10 20:37:38 abs Exp $
--- olwmslave/cmdstream.c.orig 1993-06-29 05:12:10.000000000 +0000
+++ olwmslave/cmdstream.c
@@ -50,10 +50,10 @@ static CmdInfo cmdInfo = {
* Local Forward Declarations
* ---------------------------------------------------------------------*/
-Command *MatchCommand();
-CmdAttr *MatchAttr();
-int EncodeAttrValue();
-int DecodeAttrValue();
+static Command *MatchCommand();
+static CmdAttr *MatchAttr();
+static int EncodeAttrValue();
+static int DecodeAttrValue();
/* ----------------------------------------------------------------------
* SetCmdStream