about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibncursesw6types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/generated/wrappedlibncursesw6types.h')
-rw-r--r--src/wrapped/generated/wrappedlibncursesw6types.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibncursesw6types.h b/src/wrapped/generated/wrappedlibncursesw6types.h
new file mode 100644
index 00000000..05b89c09
--- /dev/null
+++ b/src/wrapped/generated/wrappedlibncursesw6types.h
@@ -0,0 +1,27 @@
+/*******************************************************************
+ * File automatically generated by rebuild_wrappers.py (v2.1.0.16) *
+ *******************************************************************/
+#ifndef __wrappedlibncursesw6TYPES_H_
+#define __wrappedlibncursesw6TYPES_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* (*pFv_t)(void);
+typedef int64_t (*iFpV_t)(void*, ...);
+typedef int64_t (*iFppA_t)(void*, void*, va_list);
+typedef int64_t (*iFiipV_t)(int64_t, int64_t, void*, ...);
+typedef int64_t (*iFpiipV_t)(void*, int64_t, int64_t, void*, ...);
+
+#define SUPER() ADDED_FUNCTIONS() \
+	GO(initscr, pFv_t) \
+	GO(printw, iFpV_t) \
+	GO(vwprintw, iFppA_t) \
+	GO(mvprintw, iFiipV_t) \
+	GO(mvwprintw, iFpiipV_t)
+
+#endif // __wrappedlibncursesw6TYPES_H_