| 276 | } |
| 277 | |
| 278 | void wrap_tm_compress(struct cell* t, int type, struct tmcb_params* p) |
| 279 | { |
| 280 | wrap_tm_func( t, COMPRESS_CB, p); |
| 281 | } |
| 282 | |
| 283 | void wrap_tm_compact(struct cell*t, int type, struct tmcb_params* p) |
| 284 | { |
nothing calls this directly
no test coverage detected