| 692 | } |
| 693 | |
| 694 | staticfn boolean |
| 695 | cnf_line_BONESDIR(char *bufp) |
| 696 | { |
| 697 | #ifdef NOCWD_ASSUMPTIONS |
| 698 | adjust_prefix(bufp, BONESPREFIX); |
| 699 | #else |
| 700 | nhUse(bufp); |
| 701 | #endif |
| 702 | return TRUE; |
| 703 | } |
| 704 | |
| 705 | staticfn boolean |
| 706 | cnf_line_DATADIR(char *bufp) |
nothing calls this directly
no test coverage detected