st/mesa: Clean up st_cb_viewport.h.

Add inclusion guard.
Add forward declaration.
This commit is contained in:
Vinson Lee 2010-08-04 17:04:38 -07:00
parent e857293299
commit cb7638579e

View file

@ -25,5 +25,12 @@
*
**************************************************************************/
#ifndef ST_CB_VIEWPORT_H
#define ST_CB_VIEWPORT_H
struct dd_function_table;
extern void
st_init_viewport_functions(struct dd_function_table *functions);
#endif /* ST_CB_VIEW_PORT_H */