freebsd-ports/x11-toolkits/xview/files/patch-clients+olwmslave+olwmslave.c
Thierry Thomas d3e597f062 Cleanup. The changes are mostly cosmetical but should help the build on
platforms different than i386.

Add a WWW link.

PR:		ports/94990
Submitted by:	Pedro F. Giffuni <giffunip (at) asme.org>
2006-05-25 20:51:32 +00:00

15 lines
585 B
C

--- clients/olwmslave/olwmslave.c.orig Sat Mar 25 22:35:19 2006
+++ clients/olwmslave/olwmslave.c Sat Mar 25 22:36:52 2006
@@ -44,9 +44,9 @@
/* ----------------------------------------------------------------------
* Forward Definitions
* ----------------------------------------------------------------------*/
-void InitScreenInfo();
-void ParseScreenArgs();
-Notify_value InputReader();
+static void InitScreenInfo();
+static void ParseScreenArgs();
+static Notify_value InputReader();
/* ----------------------------------------------------------------------
* main