IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2004, 1:46:11 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r562 r875  
    5454/// Remove key from table.
    5555void *psHashRemove(psHash *table, ///< table to lookup key in
    56                    const char *key ///< key to lookup
     56                   const char *key, ///< key to lookup
     57                   void (*itemFree)(void *item) ///< how to free hashed data; or NULL
    5758                  );
    5859
Note: See TracChangeset for help on using the changeset viewer.