/* lbzip2.h,v 1.2 2008-09-05 01:51:48 lacos Exp */ #ifndef LBZIP2_H # define LBZIP2_H void lbzip2(unsigned num_worker, unsigned num_slot, int print_cctrs); #endif