unconvert file if it exists */
| 2076 | |
| 2077 | /* unconvert file if it exists */ |
| 2078 | void |
| 2079 | nh_sfunconvert(const char *filename) |
| 2080 | { |
| 2081 | (void) doconvert_file(filename, 0, TRUE); |
| 2082 | } |
| 2083 | |
| 2084 | #else /* !SFCTOOL */ |
| 2085 | /* in sfctool, these are in sfctool.c, not in here */ |
nothing calls this directly
no test coverage detected