about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibncursesw6types.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-10-23 19:02:49 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-10-23 19:02:49 +0200
commit91ee1afe240c385527b56e28305c1245d8e0e6d9 (patch)
tree2247edbf1c8f2b472d7b4065656a7314df87f621 /src/wrapped/generated/wrappedlibncursesw6types.h
parentd867f578df1d652d27d06c0712d5ba1df301ce22 (diff)
downloadbox64-91ee1afe240c385527b56e28305c1245d8e0e6d9.tar.gz
box64-91ee1afe240c385527b56e28305c1245d8e0e6d9.zip
Added wrapped libncursesw.so.6 (for #148)
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_