assume we're compressing the recently read or created bonesfile, so the * file name is already set properly */
| 1003 | /* assume we're compressing the recently read or created bonesfile, so the |
| 1004 | * file name is already set properly */ |
| 1005 | void |
| 1006 | compress_bonesfile(void) |
| 1007 | { |
| 1008 | nh_sfconvert(fqname(gb.bones, BONESPREFIX, 0)); |
| 1009 | nh_compress(fqname(gb.bones, BONESPREFIX, 0)); |
| 1010 | } |
| 1011 | #endif /* !SFCTOOL */ |
| 1012 | |
| 1013 | /* ---------- END BONES FILE HANDLING ----------- */ |
no test coverage detected