#ifndef _I810_SPAN_H
#define _I810_SPAN_H

extern void i810InitSpanFuncs( GLcontext *ctx );

extern void i810SpanRenderFinish( GLcontext *ctx );
extern void i810SpanRenderStart( GLcontext *ctx );

#endif