mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
- Unbreak - Switch to options helpers PR: 185885 Submitted by: hardy.schumacher@gmx.de Approved by: maintainer timeout (anatoly.borodin@gmail.com, 2 years)
13 lines
263 B
C
13 lines
263 B
C
--- tests/voodoo/voodoo_test.h.orig 2016-06-08 05:59:40 UTC
|
|
+++ tests/voodoo/voodoo_test.h
|
|
@@ -0,0 +1,10 @@
|
|
+#ifndef __VOODOO_TEST_H__
|
|
+#define __VOODOO_TEST_H__
|
|
+
|
|
+typedef enum {
|
|
+ VOODOO_TEST_INCREASE,
|
|
+ VOODOO_TEST_QUERY
|
|
+} VoodooTestCall;
|
|
+
|
|
+#endif
|
|
+
|