Index: /trunk/psLib/src/collections/psList.c
===================================================================
--- /trunk/psLib/src/collections/psList.c	(revision 1655)
+++ /trunk/psLib/src/collections/psList.c	(revision 1656)
@@ -7,6 +7,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-14 01:48:45 $
+ *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-28 03:00:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -252,5 +252,5 @@
 }
 
-void listSetIterator(psList* list, int where, bool lockList)
+static void listSetIterator(psList* list, int where, bool lockList)
 {
     psListElem* cursor;
Index: /trunk/psLib/src/types/psList.c
===================================================================
--- /trunk/psLib/src/types/psList.c	(revision 1655)
+++ /trunk/psLib/src/types/psList.c	(revision 1656)
@@ -7,6 +7,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-14 01:48:45 $
+ *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-28 03:00:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -252,5 +252,5 @@
 }
 
-void listSetIterator(psList* list, int where, bool lockList)
+static void listSetIterator(psList* list, int where, bool lockList)
 {
     psListElem* cursor;
