about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibssltypes.h
blob: 38eeda5fbd4f2051f8483fa9bb99db710915604e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.0.2.15) *
 *******************************************************************/
#ifndef __wrappedlibsslTYPES_H_
#define __wrappedlibsslTYPES_H_

#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS() 
#endif

typedef void (*vFpp_t)(void*, void*);
typedef void (*vFpip_t)(void*, int64_t, void*);
typedef void (*vFppp_t)(void*, void*, void*);
typedef intptr_t (*lFpip_t)(void*, int64_t, void*);
typedef int64_t (*iFlpppp_t)(intptr_t, void*, void*, void*, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(SSL_CTX_set_default_passwd_cb, vFpp_t) \
	GO(SSL_set_psk_client_callback, vFpp_t) \
	GO(SSL_CTX_set_verify, vFpip_t) \
	GO(SSL_set_verify, vFpip_t) \
	GO(SSL_CTX_set_next_proto_select_cb, vFppp_t) \
	GO(SSL_CTX_callback_ctrl, lFpip_t) \
	GO(SSL_callback_ctrl, lFpip_t) \
	GO(SSL_get_ex_new_index, iFlpppp_t)

#endif // __wrappedlibsslTYPES_H_