Changeset 7500 for branches/jhoblitt/ippdb/src/ippdb.h
- Timestamp:
- Jun 9, 2006, 6:22:07 PM (20 years ago)
- File:
-
- 1 edited
-
branches/jhoblitt/ippdb/src/ippdb.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/src/ippdb.h
r7460 r7500 4208 4208 typedef struct { 4209 4209 char *det_type; 4210 psS32 iteration; 4210 4211 } detRunRow; 4211 4212 … … 4216 4217 4217 4218 detRunRow *detRunRowAlloc( 4218 const char *det_type 4219 const char *det_type, 4220 psS32 iteration 4219 4221 ); 4220 4222 … … 4246 4248 bool detRunInsert( 4247 4249 psDB *dbh, ///< Database handle 4248 const char *det_type 4250 const char *det_type, 4251 psS32 iteration 4249 4252 ); 4250 4253 … … 4256 4259 bool detRunPop( 4257 4260 psDB *dbh, ///< Database handle 4258 char **det_type 4261 char **det_type, 4262 psS32 *iteration 4259 4263 ); 4260 4264
Note:
See TracChangeset
for help on using the changeset viewer.
