| 28 | static struct cf_per_box *per_box_configs; |
| 29 | |
| 30 | static void NONRET |
| 31 | cf_err(char *msg) |
| 32 | { |
| 33 | die("Error in config file, line %d: %s", line_number, msg); |
| 34 | } |
| 35 | |
| 36 | static char * |
| 37 | cf_string(char *val) |
no outgoing calls
no test coverage detected
searching dependent graphs…