about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibncurseswtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/generated/wrappedlibncurseswtypes.h')
-rw-r--r--src/wrapped/generated/wrappedlibncurseswtypes.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/wrapped/generated/wrappedlibncurseswtypes.h b/src/wrapped/generated/wrappedlibncurseswtypes.h
index ddad87e9..47c3ef9d 100644
--- a/src/wrapped/generated/wrappedlibncurseswtypes.h
+++ b/src/wrapped/generated/wrappedlibncurseswtypes.h
@@ -1,5 +1,5 @@
 /*******************************************************************
- * File automatically generated by rebuild_wrappers.py (v2.0.1.14) *
+ * File automatically generated by rebuild_wrappers.py (v2.0.2.15) *
  *******************************************************************/
 #ifndef __wrappedlibncurseswTYPES_H_
 #define __wrappedlibncurseswTYPES_H_
@@ -11,13 +11,17 @@
 #define ADDED_FUNCTIONS() 
 #endif
 
-typedef int64_t (*iFpV_t)(void*, void*);
-typedef int64_t (*iFppp_t)(void*, void*, void*);
-typedef int64_t (*iFpiipV_t)(void*, int64_t, int64_t, void*, void*);
+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, iFppp_t) \
+	GO(vwprintw, iFppA_t) \
+	GO(mvprintw, iFiipV_t) \
 	GO(mvwprintw, iFpiipV_t)
 
 #endif // __wrappedlibncurseswTYPES_H_