Changeset 8148 for branches/jhoblitt/ippdb/tests/pop.c
- Timestamp:
- Aug 4, 2006, 1:04:56 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
r8103 r8148 652 652 char class_id[256]; 653 653 char recipe[256]; 654 655 dbh = psDBInit("localhost", "test", NULL, "test"); 656 if (!dbh) { 657 exit(EXIT_FAILURE); 658 } 659 660 if (!detResidImfileAnalysisPop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&class_id, (char **)&recipe)) { 654 char uri[256]; 655 char b1_uri[256]; 656 char b2_uri[256]; 657 658 dbh = psDBInit("localhost", "test", NULL, "test"); 659 if (!dbh) { 660 exit(EXIT_FAILURE); 661 } 662 663 if (!detResidImfileAnalysisPop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&class_id, (char **)&recipe, (char **)&uri, (char **)&b1_uri, (char **)&b2_uri)) { 661 664 exit(EXIT_FAILURE); 662 665 }
Note:
See TracChangeset
for help on using the changeset viewer.
