IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2006, 11:44:52 AM (20 years ago)
Author:
jhoblitt
Message:

updated version to fix memory leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jhoblitt/ippdb/src/ippdb.h

    r7500 r8006  
    42074207
    42084208typedef struct {
     4209    psS32           iteration;
    42094210    char            *det_type;
    4210     psS32           iteration;
    42114211} detRunRow;
    42124212
     
    42174217
    42184218detRunRow *detRunRowAlloc(
    4219     const char      *det_type,
    4220     psS32           iteration
     4219    psS32           iteration,
     4220    const char      *det_type
    42214221);
    42224222
     
    42484248bool detRunInsert(
    42494249    psDB            *dbh,               ///< Database handle
    4250     const char      *det_type,
    4251     psS32           iteration
     4250    psS32           iteration,
     4251    const char      *det_type
    42524252);
    42534253
     
    42594259bool detRunPop(
    42604260    psDB            *dbh,               ///< Database handle
    4261     char            **det_type,
    4262     psS32           *iteration
     4261    psS32           *iteration,
     4262    char            **det_type
    42634263);
    42644264
Note: See TracChangeset for help on using the changeset viewer.