IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2004, 5:00:16 PM (22 years ago)
Author:
desonia
Message:

Added static to listSetIterator implementation (prototype already had it).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psList.c

    r1542 r1656  
    77 *  @author Robert Daniel DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-08-14 01:48:45 $
     9 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-08-28 03:00:16 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    252252}
    253253
    254 void listSetIterator(psList* list, int where, bool lockList)
     254static void listSetIterator(psList* list, int where, bool lockList)
    255255{
    256256    psListElem* cursor;
Note: See TracChangeset for help on using the changeset viewer.