IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2006, 3:44:47 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.4

File:
1 edited

Legend:

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

    r8006 r8020  
    19141914    psS32           bytes;
    19151915    char            *md5sum;
    1916     char            *class;
    19171916    char            *class_id;
    19181917    char            *uri;
     
    19281927    psS32           bytes,
    19291928    const char      *md5sum,
    1930     const char      *class,
    19311929    const char      *class_id,
    19321930    const char      *uri
     
    19631961    psS32           bytes,
    19641962    const char      *md5sum,
    1965     const char      *class,
    19661963    const char      *class_id,
    19671964    const char      *uri
     
    19781975    psS32           *bytes,
    19791976    char            **md5sum,
    1980     char            **class,
    19811977    char            **class_id,
    19821978    char            **uri
     
    22822278typedef struct {
    22832279    char            *exp_id;
    2284     char            *class;
    22852280    char            *class_id;
    22862281    char            *uri;
     
    22942289newImfileRow *newImfileRowAlloc(
    22952290    const char      *exp_id,
    2296     const char      *class,
    22972291    const char      *class_id,
    22982292    const char      *uri
     
    23272321    psDB            *dbh,               ///< Database handle
    23282322    const char      *exp_id,
    2329     const char      *class,
    23302323    const char      *class_id,
    23312324    const char      *uri
     
    23402333    psDB            *dbh,               ///< Database handle
    23412334    char            **exp_id,
    2342     char            **class,
    23432335    char            **class_id,
    23442336    char            **uri
Note: See TracChangeset for help on using the changeset viewer.