about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibssh2types.h
diff options
context:
space:
mode:
authorLiZhuoheng <114734429+zohanzephyr@users.noreply.github.com>2024-05-30 20:34:08 +0800
committerGitHub <noreply@github.com>2024-05-30 14:34:08 +0200
commit19ca78769f4730f751d2baca34cc4358ef68553b (patch)
treeb288b546a0fefba8f55373044ea6302605326bd6 /src/wrapped/generated/wrappedlibssh2types.h
parent3e5784cbc560d21539b1ad1b157206102f25b25c (diff)
downloadbox64-19ca78769f4730f751d2baca34cc4358ef68553b.tar.gz
box64-19ca78769f4730f751d2baca34cc4358ef68553b.zip
Wrapped libssh2 (#1538)
* Wrapped libssh2

* Add more libssh2 wrapped functions
Diffstat (limited to 'src/wrapped/generated/wrappedlibssh2types.h')
-rw-r--r--src/wrapped/generated/wrappedlibssh2types.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibssh2types.h b/src/wrapped/generated/wrappedlibssh2types.h
new file mode 100644
index 00000000..3363c6c8
--- /dev/null
+++ b/src/wrapped/generated/wrappedlibssh2types.h
@@ -0,0 +1,17 @@
+/*******************************************************************
+ * File automatically generated by rebuild_wrappers.py (v2.4.0.21) *
+ *******************************************************************/
+#ifndef __wrappedlibssh2TYPES_H_
+#define __wrappedlibssh2TYPES_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 // __wrappedlibssh2TYPES_H_