IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 562


Ignore:
Timestamp:
May 1, 2004, 1:17:51 PM (22 years ago)
Author:
gusciora
Message:

Added prototypes for psHashKeyList().

Location:
trunk/psLib/src/sysUtils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psHash.c

    r560 r562  
    1212#include "psString.h"
    1313#include "psTrace.h"
     14
     15void psHashKeyList()
     16{
     17    printf("This has not been coded.\n");
     18}
    1419
    1520/******************************************************************************
  • trunk/psLib/src/sysUtils/psHash.h

    r560 r562  
    5757                  );
    5858
     59/// List all keys in table.
     60void psHashKeyList();
     61
    5962/* \} */ // End of DataGroup Functions
    6063
Note: See TracChangeset for help on using the changeset viewer.