IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2007, 4:00:11 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.70

File:
1 edited

Legend:

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

    r10989 r11005  
    29592959    psS32           p2_version;
    29602960    char            *label;
     2961    psS16           fault;
    29612962} p2PendingExpRow;
    29622963
     
    29712972    psS32           p1_version,
    29722973    psS32           p2_version,
    2973     const char      *label
     2974    const char      *label,
     2975    psS16           fault
    29742976);
    29752977
     
    30053007    psS32           p1_version,
    30063008    psS32           p2_version,
    3007     const char      *label
     3009    const char      *label,
     3010    psS16           fault
    30083011);
    30093012
     
    31673170    psS32           p1_version;
    31683171    psS32           p2_version;
     3172    psS16           fault;
    31693173} p2PendingImfileRow;
    31703174
     
    31803184    const char      *recipe,
    31813185    psS32           p1_version,
    3182     psS32           p2_version
     3186    psS32           p2_version,
     3187    psS16           fault
    31833188);
    31843189
     
    32153220    const char      *recipe,
    32163221    psS32           p1_version,
    3217     psS32           p2_version
     3222    psS32           p2_version,
     3223    psS16           fault
    32183224);
    32193225
Note: See TracChangeset for help on using the changeset viewer.