18 lines
636 B
Plaintext
18 lines
636 B
Plaintext
--- clients/olwmslave/cmdstream.c.orig 1993-06-29 07:12:10.000000000 +0200
|
|
+++ clients/olwmslave/cmdstream.c 2003-12-30 01:31:16.000000000 +0100
|
|
@@ -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
|