Changeset 9107 for trunk/ippdb/tests/popobject.c
- Timestamp:
- Oct 2, 2006, 1:49:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/popobject.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/popobject.c
r8665 r9107 457 457 { 458 458 psDB *dbh; 459 detProcessedExpRow *object; 460 461 dbh = psDBInit("localhost", "test", NULL, "test"); 462 if (!dbh) { 463 exit(EXIT_FAILURE); 464 } 465 466 object = detProcessedExpPopObject(dbh); 467 if (!object) { 468 exit(EXIT_FAILURE); 469 } 470 471 psFree(object); 472 psDBCleanup(dbh); 473 } 474 475 { 476 psDB *dbh; 459 477 detStackedImfileRow *object; 460 478
Note:
See TracChangeset
for help on using the changeset viewer.
