d3e597f062
platforms different than i386. Add a WWW link. PR: ports/94990 Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
15 lines
585 B
C
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
|