diff options
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 1 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibunistring2defs.h | 8 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibunistring2types.h | 17 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibunistring2undefs.h | 8 |
4 files changed, 34 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index a185ec75..14b843f0 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -4786,6 +4786,7 @@ wrappedlibtinfo: wrappedlibtinfo6: - iFpip: - tputs +wrappedlibunistring2: wrappedlibusb1: - iFp: - libusb_cancel_transfer diff --git a/src/wrapped/generated/wrappedlibunistring2defs.h b/src/wrapped/generated/wrappedlibunistring2defs.h new file mode 100644 index 00000000..52044144 --- /dev/null +++ b/src/wrapped/generated/wrappedlibunistring2defs.h @@ -0,0 +1,8 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.4.0.21) * + *******************************************************************/ +#ifndef __wrappedlibunistring2DEFS_H_ +#define __wrappedlibunistring2DEFS_H_ + + +#endif // __wrappedlibunistring2DEFS_H_ diff --git a/src/wrapped/generated/wrappedlibunistring2types.h b/src/wrapped/generated/wrappedlibunistring2types.h new file mode 100644 index 00000000..25a30d9e --- /dev/null +++ b/src/wrapped/generated/wrappedlibunistring2types.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.4.0.21) * + *******************************************************************/ +#ifndef __wrappedlibunistring2TYPES_H_ +#define __wrappedlibunistring2TYPES_H_ + +#ifndef LIBNAME +#error You should only #include this file inside a wrapped*.c file +#endif +#ifndef ADDED_FUNCTIONS +#define ADDED_FUNCTIONS() +#endif + + +#define SUPER() ADDED_FUNCTIONS() + +#endif // __wrappedlibunistring2TYPES_H_ diff --git a/src/wrapped/generated/wrappedlibunistring2undefs.h b/src/wrapped/generated/wrappedlibunistring2undefs.h new file mode 100644 index 00000000..88de83f1 --- /dev/null +++ b/src/wrapped/generated/wrappedlibunistring2undefs.h @@ -0,0 +1,8 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.4.0.21) * + *******************************************************************/ +#ifndef __wrappedlibunistring2UNDEFS_H_ +#define __wrappedlibunistring2UNDEFS_H_ + + +#endif // __wrappedlibunistring2UNDEFS_H_ |