Changeset 7500 for branches/jhoblitt/ippdb/tests/pop.c
- Timestamp:
- Jun 9, 2006, 6:22:07 PM (20 years ago)
- File:
-
- 1 edited
-
branches/jhoblitt/ippdb/tests/pop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/tests/pop.c
r7460 r7500 484 484 psDB *dbh; 485 485 char det_type[256]; 486 487 dbh = psDBInit("localhost", "test", NULL, "test"); 488 if (!dbh) { 489 exit(EXIT_FAILURE); 490 } 491 492 if (!detRunPop(dbh, (char **)&det_type)) { 486 psS32 iteration; 487 488 dbh = psDBInit("localhost", "test", NULL, "test"); 489 if (!dbh) { 490 exit(EXIT_FAILURE); 491 } 492 493 if (!detRunPop(dbh, (char **)&det_type, &iteration)) { 493 494 exit(EXIT_FAILURE); 494 495 }
Note:
See TracChangeset
for help on using the changeset viewer.
