Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / glx / indirect_init.h
index 2ba01f56c3f35aacdc0a92d6e2b33908ee2a2e85..7fe9a96495d9ba773295acd9b313deab23433d2e 100644 (file)
@@ -36,6 +36,14 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 #include "glxclient.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 extern struct _glapi_table *__glXNewIndirectAPI(void);
 
+#ifdef __cplusplus
+} // extern "C"
+#endif
+
 #endif /* _INDIRECT_INIT_H_ */