IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 11:22:25 AM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.44

File:
1 edited

Legend:

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

    r9187 r9213  
    68236823    char            *class_id;
    68246824    char            *uri;
     6825    char            *b1_uri;
     6826    char            *b2_uri;
    68256827} detNormalizedImfileRow;
    68266828
     
    68346836    psS32           iteration,
    68356837    const char      *class_id,
    6836     const char      *uri
     6838    const char      *uri,
     6839    const char      *b1_uri,
     6840    const char      *b2_uri
    68376841);
    68386842
     
    68676871    psS32           iteration,
    68686872    const char      *class_id,
    6869     const char      *uri
     6873    const char      *uri,
     6874    const char      *b1_uri,
     6875    const char      *b2_uri
    68706876);
    68716877
     
    68916897    psS32           *iteration,
    68926898    char            **class_id,
    6893     char            **uri
     6899    char            **uri,
     6900    char            **b1_uri,
     6901    char            **b2_uri
    68946902);
    68956903
Note: See TracChangeset for help on using the changeset viewer.