summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/syncobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/syncobj.h')
-rw-r--r--src/mesa/main/syncobj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/syncobj.h b/src/mesa/main/syncobj.h
index 7d1bed530c8..79cb0d26adb 100644
--- a/src/mesa/main/syncobj.h
+++ b/src/mesa/main/syncobj.h
@@ -57,6 +57,9 @@ _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj,
extern GLboolean GLAPIENTRY
_mesa_IsSync(GLsync sync);
+void GLAPIENTRY
+_mesa_DeleteSync_no_error(GLsync sync);
+
extern void GLAPIENTRY
_mesa_DeleteSync(GLsync sync);