IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2006, 1:04:56 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.13

File:
1 edited

Legend:

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

    r8122 r8148  
    59085908    char            *class_id;
    59095909    char            *recipe;
     5910    char            *uri;
     5911    char            *b1_uri;
     5912    char            *b2_uri;
    59105913} detResidImfileAnalysisRow;
    59115914
     
    59205923    const char      *exp_id,
    59215924    const char      *class_id,
    5922     const char      *recipe
     5925    const char      *recipe,
     5926    const char      *uri,
     5927    const char      *b1_uri,
     5928    const char      *b2_uri
    59235929);
    59245930
     
    59545960    const char      *exp_id,
    59555961    const char      *class_id,
    5956     const char      *recipe
     5962    const char      *recipe,
     5963    const char      *uri,
     5964    const char      *b1_uri,
     5965    const char      *b2_uri
    59575966);
    59585967
     
    59795988    char            **exp_id,
    59805989    char            **class_id,
    5981     char            **recipe
     5990    char            **recipe,
     5991    char            **uri,
     5992    char            **b1_uri,
     5993    char            **b2_uri
    59825994);
    59835995
Note: See TracChangeset for help on using the changeset viewer.