mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
16 lines
585 B
C
16 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
|