1 2 3 4 5 6 7 8 9 10 11 12
struct rpmpay { char *name; unsigned int x; unsigned int lx; off64_t o; unsigned int l; int level; }; int rpmoffs(FILE *fp, char *isoname, struct rpmpay **retp);