st/mesa: Add support for multiple APIs.
[mesa.git] / src / mesa / state_tracker / st_gl_api.h
index 52c3fa0b417645c6dea362d9a983d350aea9e42c..fe1aec207ea2d6b7daa21d1e02d717f5344af28e 100644 (file)
@@ -4,6 +4,8 @@
 
 #include "state_tracker/st_api.h"
 
-struct st_api * st_gl_api_create(void);
+struct st_api *st_gl_api_create(void);
+struct st_api *st_gl_api_create_es1(void);
+struct st_api *st_gl_api_create_es2(void);
 
 #endif