gallium: declare pipe_format enum to silence warnings

This commit is contained in:
Brian Paul 2008-04-29 14:39:42 -06:00
parent 1e97ab6856
commit fce5951b56

View file

@ -60,6 +60,8 @@ extern "C" {
#endif
enum pipe_format;
void _debug_vprintf(const char *format, va_list ap);