IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2006, 4:59:05 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.41

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/src/ippdb.h

    r9149 r9173  
    53955395    psS32           iteration;
    53965396    char            *det_type;
     5397    char            *state;
    53975398} detRunRow;
    53985399
     
    54045405detRunRow *detRunRowAlloc(
    54055406    psS32           iteration,
    5406     const char      *det_type
     5407    const char      *det_type,
     5408    const char      *state
    54075409);
    54085410
     
    54355437    psDB            *dbh,               ///< Database handle
    54365438    psS32           iteration,
    5437     const char      *det_type
     5439    const char      *det_type,
     5440    const char      *state
    54385441);
    54395442
     
    54575460    psDB            *dbh,               ///< Database handle
    54585461    psS32           *iteration,
    5459     char            **det_type
     5462    char            **det_type,
     5463    char            **state
    54605464);
    54615465
Note: See TracChangeset for help on using the changeset viewer.