Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / set.h
index 55857aca7ab4a4f9ac899eb4114af12ae2bef7e8..2e0a2d66f851450d1dd5a4fee7adf43478538790 100644 (file)
@@ -110,6 +110,9 @@ _mesa_set_random_entry(struct set *set,
 struct set *
 _mesa_pointer_set_create(void *mem_ctx);
 
+bool
+_mesa_set_intersects(struct set *a, struct set *b);
+
 /**
  * This foreach function is safe against deletion, but not against
  * insertion (which may rehash the set, making entry a dangling