diff options
| author | LiZhuoheng <114734429+zohanzephyr@users.noreply.github.com> | 2024-06-07 16:22:03 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-07 10:22:03 +0200 |
| commit | 46e05053365a9aaafb4f896f0cae8fc1e83f7c3c (patch) | |
| tree | 9772d0154d88a9fac47e7ecd9caa391e393a7e27 /src/wrapped/generated/wrappedlibnettle8types.h | |
| parent | 75004d0b561e50b7d69769bc63a47c2d8aa8d5cd (diff) | |
| download | box64-46e05053365a9aaafb4f896f0cae8fc1e83f7c3c.tar.gz box64-46e05053365a9aaafb4f896f0cae8fc1e83f7c3c.zip | |
Wrapped libnettle8 (#1567)
Diffstat (limited to 'src/wrapped/generated/wrappedlibnettle8types.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibnettle8types.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibnettle8types.h b/src/wrapped/generated/wrappedlibnettle8types.h new file mode 100644 index 00000000..469e9326 --- /dev/null +++ b/src/wrapped/generated/wrappedlibnettle8types.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.4.0.21) * + *******************************************************************/ +#ifndef __wrappedlibnettle8TYPES_H_ +#define __wrappedlibnettle8TYPES_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 // __wrappedlibnettle8TYPES_H_ |