about summary refs log tree commit diff stats
path: root/src/wrapped32/generated/wrappedlibcupstypes32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped32/generated/wrappedlibcupstypes32.h')
-rw-r--r--src/wrapped32/generated/wrappedlibcupstypes32.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/wrapped32/generated/wrappedlibcupstypes32.h b/src/wrapped32/generated/wrappedlibcupstypes32.h
new file mode 100644
index 00000000..e7654f52
--- /dev/null
+++ b/src/wrapped32/generated/wrappedlibcupstypes32.h
@@ -0,0 +1,21 @@
+/*********************************************************************
+ * File automatically generated by rebuild_wrappers_32.py (v0.0.2.2) *
+ *********************************************************************/
+#ifndef __wrappedlibcupsTYPES32_H_
+#define __wrappedlibcupsTYPES32_H_
+
+#ifndef LIBNAME
+#error You should only #include this file inside a wrapped*.c file
+#endif
+#ifndef ADDED_FUNCTIONS
+#define ADDED_FUNCTIONS() 
+#endif
+
+typedef int32_t (*iFp_t)(void*);
+typedef void (*vFip_t)(int32_t, void*);
+
+#define SUPER() ADDED_FUNCTIONS() \
+	GO(cupsGetDests, iFp_t) \
+	GO(cupsFreeDests, vFip_t)
+
+#endif // __wrappedlibcupsTYPES32_H_