1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11-toolkits/xview/files/patch-clients+olwmslave+cmdstream.c
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

18 lines
618 B
C

--- ./clients/olwmslave/cmdstream.c.orig Tue Jun 29 07:12:10 1993
+++ ./clients/olwmslave/cmdstream.c Sat Apr 1 18:26:06 2000
@@ -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