about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibvatypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/generated/wrappedlibvatypes.h')
-rw-r--r--src/wrapped/generated/wrappedlibvatypes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrappedlibvatypes.h b/src/wrapped/generated/wrappedlibvatypes.h
index ac5d152b..5fc6424d 100644
--- a/src/wrapped/generated/wrappedlibvatypes.h
+++ b/src/wrapped/generated/wrappedlibvatypes.h
@@ -11,7 +11,10 @@
 #define ADDED_FUNCTIONS() 
 #endif
 
+typedef void* (*pFppp_t)(void*, void*, void*);
 
-#define SUPER() ADDED_FUNCTIONS()
+#define SUPER() ADDED_FUNCTIONS() \
+	GO(vaSetErrorCallback, pFppp_t) \
+	GO(vaSetInfoCallback, pFppp_t)
 
 #endif // __wrappedlibvaTYPES_H_