Changeset 9149 for trunk/ippdb/tests/popobject.c
- Timestamp:
- Oct 3, 2006, 12:09:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/popobject.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/popobject.c
r9107 r9149 529 529 { 530 530 psDB *dbh; 531 detNormalizedExpRow *object; 532 533 dbh = psDBInit("localhost", "test", NULL, "test"); 534 if (!dbh) { 535 exit(EXIT_FAILURE); 536 } 537 538 object = detNormalizedExpPopObject(dbh); 539 if (!object) { 540 exit(EXIT_FAILURE); 541 } 542 543 psFree(object); 544 psDBCleanup(dbh); 545 } 546 547 { 548 psDB *dbh; 531 549 detMasterFrameRow *object; 532 550
Note:
See TracChangeset
for help on using the changeset viewer.
