IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2008, 2:59:09 PM (18 years ago)
Author:
Paul Price
Message:

Incrementing to version 1.1.39 in preparation for IPP 2.6 release

File:
1 edited

Legend:

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

    r18595 r18796  
    1002910029typedef struct {
    1003010030    psS64           magic_id;
     10031    psS64           exp_id;
    1003110032    char            *state;
    1003210033    char            *workdir;
     
    1004510046magicRunRow *magicRunRowAlloc(
    1004610047    psS64           magic_id,
     10048    psS64           exp_id,
    1004710049    const char      *state,
    1004810050    const char      *workdir,
     
    1008210084    psDB            *dbh,               ///< Database handle
    1008310085    psS64           magic_id,
     10086    psS64           exp_id,
    1008410087    const char      *state,
    1008510088    const char      *workdir,
Note: See TracChangeset for help on using the changeset viewer.