Changeset 8368 for trunk/ippdb/tests/pop.c
- Timestamp:
- Aug 15, 2006, 4:31:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/pop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/pop.c
r8325 r8368 574 574 psS32 iteration; 575 575 char class_id[256]; 576 psF32 norm; 577 578 dbh = psDBInit("localhost", "test", NULL, "test"); 579 if (!dbh) { 580 exit(EXIT_FAILURE); 581 } 582 583 if (!detNormalizedStatImfilePop(dbh, &det_id, &iteration, (char **)&class_id, &norm)) { 584 exit(EXIT_FAILURE); 585 } 586 587 psDBCleanup(dbh); 588 } 589 590 { 591 psDB *dbh; 592 psS32 det_id; 593 psS32 iteration; 594 char class_id[256]; 576 595 char uri[256]; 577 596 char recipe[256];
Note:
See TracChangeset
for help on using the changeset viewer.
