IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2007, 4:08:31 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.69

File:
1 edited

Legend:

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

    r10753 r10989  
    15901590    char            *exp_type;
    15911591    psS32           imfiles;
     1592    psS16           fault;
    15921593} newExpRow;
    15931594
     
    16041605    psTime*         dateobs,
    16051606    const char      *exp_type,
    1606     psS32           imfiles
     1607    psS32           imfiles,
     1608    psS16           fault
    16071609);
    16081610
     
    16401642    psTime*         dateobs,
    16411643    const char      *exp_type,
    1642     psS32           imfiles
     1644    psS32           imfiles,
     1645    psS16           fault
    16431646);
    16441647
     
    18001803    char            *class_id;
    18011804    char            *uri;
     1805    psS16           fault;
    18021806} newImfileRow;
    18031807
     
    18111815    const char      *class,
    18121816    const char      *class_id,
    1813     const char      *uri
     1817    const char      *uri,
     1818    psS16           fault
    18141819);
    18151820
     
    18441849    const char      *class,
    18451850    const char      *class_id,
    1846     const char      *uri
     1851    const char      *uri,
     1852    psS16           fault
    18471853);
    18481854
Note: See TracChangeset for help on using the changeset viewer.