about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedldaprtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/generated/wrappedldaprtypes.h')
-rw-r--r--src/wrapped/generated/wrappedldaprtypes.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedldaprtypes.h b/src/wrapped/generated/wrappedldaprtypes.h
new file mode 100644
index 00000000..48a4b90e
--- /dev/null
+++ b/src/wrapped/generated/wrappedldaprtypes.h
@@ -0,0 +1,19 @@
+/*******************************************************************
+ * File automatically generated by rebuild_wrappers.py (v2.1.0.16) *
+ *******************************************************************/
+#ifndef __wrappedldaprTYPES_H_
+#define __wrappedldaprTYPES_H_
+
+#ifndef LIBNAME
+#error You should only #include this file inside a wrapped*.c file
+#endif
+#ifndef ADDED_FUNCTIONS
+#define ADDED_FUNCTIONS() 
+#endif
+
+typedef int64_t (*iFpppppupp_t)(void*, void*, void*, void*, void*, uint64_t, void*, void*);
+
+#define SUPER() ADDED_FUNCTIONS() \
+	GO(ldap_sasl_interactive_bind_s, iFpppppupp_t)
+
+#endif // __wrappedldaprTYPES_H_