IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2007, 5:42:40 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.16

File:
1 edited

Legend:

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

    r12236 r12260  
    20042004    char            *exp_type;
    20052005    psS32           imfiles;
     2006    char            *filelevel;
    20062007    char            *workdir;
    20072008    char            *filter;
     
    20352036    const char      *exp_type,
    20362037    psS32           imfiles,
     2038    const char      *filelevel,
    20372039    const char      *workdir,
    20382040    const char      *filter,
     
    20872089    const char      *exp_type,
    20882090    psS32           imfiles,
     2091    const char      *filelevel,
    20892092    const char      *workdir,
    20902093    const char      *filter,
     
    22592262typedef struct {
    22602263    char            *exp_tag;
    2261     char            *class;
    22622264    char            *class_id;
    22632265    char            *uri;
     
    22872289rawImfileRow *rawImfileRowAlloc(
    22882290    const char      *exp_tag,
    2289     const char      *class,
    22902291    const char      *class_id,
    22912292    const char      *uri,
     
    23362337    psDB            *dbh,               ///< Database handle
    23372338    const char      *exp_tag,
    2338     const char      *class,
    23392339    const char      *class_id,
    23402340    const char      *uri,
Note: See TracChangeset for help on using the changeset viewer.