Changeset 9301 for trunk/ippdb/tests/popobject.c
- Timestamp:
- Oct 5, 2006, 11:32:26 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/popobject.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/popobject.c
r9149 r9301 403 403 { 404 404 psDB *dbh; 405 p3ProcessedExpRow *object; 406 407 dbh = psDBInit("localhost", "test", NULL, "test"); 408 if (!dbh) { 409 exit(EXIT_FAILURE); 410 } 411 412 object = p3ProcessedExpPopObject(dbh); 413 if (!object) { 414 exit(EXIT_FAILURE); 415 } 416 417 psFree(object); 418 psDBCleanup(dbh); 419 } 420 421 { 422 psDB *dbh; 405 423 detRunRow *object; 406 424
Note:
See TracChangeset
for help on using the changeset viewer.
