| 58 | } |
| 59 | |
| 60 | static void test_cb_to_cb(void) |
| 61 | { |
| 62 | int ret; |
| 63 | ret = decompress(NULL, 0, &fill, &flush, NULL, NULL, &error); |
| 64 | fprintf(stderr, "ret = %d\n", ret); |
| 65 | } |
| 66 | |
| 67 | /* |
| 68 | * Not used by Linux <= 2.6.37-rc4 and newer probably won't use it either, |