Changeset 16616 for trunk/ippdb/src/ippdb.h
- Timestamp:
- Feb 22, 2008, 11:49:29 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/src/ippdb.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/src/ippdb.h
r16587 r16616 11364 11364 typedef struct { 11365 11365 psS64 ds_id; 11366 char *state; 11367 char *lastFileset; 11368 char *outProduct; 11366 11369 char *uri; 11367 char *lastFileset;11368 char *state;11369 11370 } pstampDataStoreRow; 11370 11371 … … 11376 11377 pstampDataStoreRow *pstampDataStoreRowAlloc( 11377 11378 psS64 ds_id, 11378 const char * uri,11379 const char *state, 11379 11380 const char *lastFileset, 11380 const char *state 11381 const char *outProduct, 11382 const char *uri 11381 11383 ); 11382 11384 … … 11409 11411 psDB *dbh, ///< Database handle 11410 11412 psS64 ds_id, 11411 const char * uri,11413 const char *state, 11412 11414 const char *lastFileset, 11413 const char *state 11415 const char *outProduct, 11416 const char *uri 11414 11417 ); 11415 11418 … … 11570 11573 psS64 ds_id; 11571 11574 char *state; 11575 char *outFileset; 11572 11576 char *uri; 11573 11577 } pstampRequestRow; … … 11582 11586 psS64 ds_id, 11583 11587 const char *state, 11588 const char *outFileset, 11584 11589 const char *uri 11585 11590 ); … … 11615 11620 psS64 ds_id, 11616 11621 const char *state, 11622 const char *outFileset, 11617 11623 const char *uri 11618 11624 );
Note:
See TracChangeset
for help on using the changeset viewer.
