IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2004, 12:42:11 PM (22 years ago)
Author:
Paul Price
Message:

Minor fixes to get things to compile. e.g. need to do "struct psCell"
inside a psChip, since the psCell isn't defined yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psMemory.h

    r369 r396  
    9292
    9393/// Set call back for when a particular memory block is allocated
    94 psMemCB psMemAllocateCBSet(psMemAllocateCB func) ///< Function to run
     94psMemAllocateCB psMemAllocateCBSet(psMemAllocateCB func) ///< Function to run
    9595;
    9696
    9797/// Set call back for when a particular memory block is freed
    98 psMemCB psMemFreeCBSet(psMemFreeCB func) ///< Function to run
     98psMemFreeCB psMemFreeCBSet(psMemFreeCB func) ///< Function to run
    9999;
    100100
Note: See TracChangeset for help on using the changeset viewer.