Changeset 8006 for branches/jhoblitt/ippdb/src/ippdb.h
- Timestamp:
- Jul 31, 2006, 11:44:52 AM (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
r7500 r8006 4207 4207 4208 4208 typedef struct { 4209 psS32 iteration; 4209 4210 char *det_type; 4210 psS32 iteration;4211 4211 } detRunRow; 4212 4212 … … 4217 4217 4218 4218 detRunRow *detRunRowAlloc( 4219 const char *det_type,4220 psS32 iteration4219 psS32 iteration, 4220 const char *det_type 4221 4221 ); 4222 4222 … … 4248 4248 bool detRunInsert( 4249 4249 psDB *dbh, ///< Database handle 4250 const char *det_type,4251 psS32 iteration4250 psS32 iteration, 4251 const char *det_type 4252 4252 ); 4253 4253 … … 4259 4259 bool detRunPop( 4260 4260 psDB *dbh, ///< Database handle 4261 char **det_type,4262 psS32 *iteration4261 psS32 *iteration, 4262 char **det_type 4263 4263 ); 4264 4264
Note:
See TracChangeset
for help on using the changeset viewer.
