blob: cdc8a8754766d59883f4cdbff0f536fc3bc050c3 (
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
|
/*******************************************************************
* File automatically generated by rebuild_wrappers.py (v2.4.0.21) *
*******************************************************************/
#ifndef __wrappednss3TYPES_H_
#define __wrappednss3TYPES_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 (*vFp_t)(void*);
typedef int32_t (*iFpp_t)(void*, void*);
typedef int32_t (*iFpIppp_t)(void*, int64_t, void*, void*, void*);
#define SUPER() ADDED_FUNCTIONS() \
GO(PK11_SetPasswordFunc, vFp_t) \
GO(PORT_SetUCS2_ASCIIConversionFunction, vFp_t) \
GO(CERT_RegisterAlternateOCSPAIAInfoCallBack, iFpp_t) \
GO(NSS_RegisterShutdown, iFpp_t) \
GO(CERT_PKIXVerifyCert, iFpIppp_t)
#endif // __wrappednss3TYPES_H_
|