about summary refs log tree commit diff stats
path: root/src/wrapped/generated
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/generated')
-rw-r--r--src/wrapped/generated/wrappedexpattypes.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedexpattypes.h b/src/wrapped/generated/wrappedexpattypes.h
new file mode 100644
index 00000000..c168a1ca
--- /dev/null
+++ b/src/wrapped/generated/wrappedexpattypes.h
@@ -0,0 +1,21 @@
+/*******************************************************************
+ * File automatically generated by rebuild_wrappers.py (v1.3.0.11) *
+ *******************************************************************/
+#ifndef __wrappedexpatTYPES_H_
+#define __wrappedexpatTYPES_H_
+
+#ifndef LIBNAME
+#error You should only #include this file inside a wrapped*.c file
+#endif
+#ifndef ADDED_FUNCTIONS
+#define ADDED_FUNCTIONS() 
+#endif
+
+typedef void (*vFpp_t)(void*, void*);
+typedef void (*vFppp_t)(void*, void*, void*);
+
+#define SUPER() ADDED_FUNCTIONS() \
+	GO(XML_SetCharacterDataHandler, vFpp_t) \
+	GO(XML_SetElementHandler, vFppp_t)
+
+#endif // __wrappedexpatTYPES_H_