Changeset 9173 for trunk/ippdb/src/ippdb.h
- Timestamp:
- Oct 3, 2006, 4:59:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/src/ippdb.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/src/ippdb.h
r9149 r9173 5395 5395 psS32 iteration; 5396 5396 char *det_type; 5397 char *state; 5397 5398 } detRunRow; 5398 5399 … … 5404 5405 detRunRow *detRunRowAlloc( 5405 5406 psS32 iteration, 5406 const char *det_type 5407 const char *det_type, 5408 const char *state 5407 5409 ); 5408 5410 … … 5435 5437 psDB *dbh, ///< Database handle 5436 5438 psS32 iteration, 5437 const char *det_type 5439 const char *det_type, 5440 const char *state 5438 5441 ); 5439 5442 … … 5457 5460 psDB *dbh, ///< Database handle 5458 5461 psS32 *iteration, 5459 char **det_type 5462 char **det_type, 5463 char **state 5460 5464 ); 5461 5465
Note:
See TracChangeset
for help on using the changeset viewer.
