target/egl-static: fix a compiler warning
authorChia-I Wu <olv@lunarg.com>
Thu, 30 Jun 2011 01:23:50 +0000 (10:23 +0900)
committerChia-I Wu <olv@lunarg.com>
Thu, 30 Jun 2011 01:23:50 +0000 (10:23 +0900)
src/gallium/targets/egl-static/st_GL.c

index d9ca834c267789cb8cdae884d8c1bddd14d81bb5..3f4b7a09fa4d5eae03caeee97442546e85769fcc 100644 (file)
@@ -29,6 +29,9 @@
 #include "pipe/p_compiler.h"
 
 PUBLIC struct st_api *
+st_api_create_OpenGL(void);
+
+struct st_api *
 st_api_create_OpenGL(void)
 {
    return st_gl_api_create();