--- clients/olwm/cmdstream.c.orig	1993-06-29 07:11:43.000000000 +0200
+++ clients/olwm/cmdstream.c	2003-12-30 01:31:15.000000000 +0100
@@ -51,10 +51,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
