| 525 | } |
| 526 | |
| 527 | void newstruct_destroy(blackbox */*b*/, void *d) |
| 528 | { |
| 529 | if (d!=NULL) |
| 530 | { |
| 531 | lists n=(lists)d; |
| 532 | lClean_newstruct(n); |
| 533 | } |
| 534 | } |
| 535 | |
| 536 | void *newstruct_Init(blackbox *b) |
| 537 | { |
nothing calls this directly
no test coverage detected