failover: queiten compiler warnings

This commit is contained in:
Keith Whitwell
2009-01-26 12:45:54 +00:00
committed by Keith Whitwell
parent f675972428
commit ef9194a4f4
@@ -114,5 +114,12 @@ failover_context( struct pipe_context *pipe )
return (struct failover_context *)pipe;
}
/* Internal functions
*/
void
failover_set_constant_buffer(struct pipe_context *pipe,
uint shader, uint index,
const struct pipe_constant_buffer *buf);
#endif /* FO_CONTEXT_H */