IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 6:22:07 PM (20 years ago)
Author:
jhoblitt
Message:

rel-0_0_02

File:
1 edited

Legend:

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

    r7460 r7500  
    42084208typedef struct {
    42094209    char            *det_type;
     4210    psS32           iteration;
    42104211} detRunRow;
    42114212
     
    42164217
    42174218detRunRow *detRunRowAlloc(
    4218     const char      *det_type
     4219    const char      *det_type,
     4220    psS32           iteration
    42194221);
    42204222
     
    42464248bool detRunInsert(
    42474249    psDB            *dbh,               ///< Database handle
    4248     const char      *det_type
     4250    const char      *det_type,
     4251    psS32           iteration
    42494252);
    42504253
     
    42564259bool detRunPop(
    42574260    psDB            *dbh,               ///< Database handle
    4258     char            **det_type
     4261    char            **det_type,
     4262    psS32           *iteration
    42594263);
    42604264
Note: See TracChangeset for help on using the changeset viewer.