
#ifndef CNET_RANGES
#define CNET_RANGES

struct RangeContext {
	long	nparts;
	long	parts[10][2];
	long	set;
	long	element;
};

#endif
