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.2.0.18) *
*******************************************************************/
#ifndef __wrappedlibasoundTYPES_H_
#define __wrappedlibasoundTYPES_H_
#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS()
#endif
typedef int32_t (*iFp_t)(void*);
typedef void (*vFpp_t)(void*, void*);
typedef void* (*pFppp_t)(void*, void*, void*);
typedef int32_t (*iFpipp_t)(void*, int32_t, void*, void*);
typedef int32_t (*iFpppp_t)(void*, void*, void*, void*);
typedef void* (*pFpipL_t)(void*, int32_t, void*, uintptr_t);
#define SUPER() ADDED_FUNCTIONS() \
GO(snd_dlclose, iFp_t) \
GO(snd_lib_error_set_handler, iFp_t) \
GO(snd_mixer_elem_set_callback, vFpp_t) \
GO(snd_dlsym, pFppp_t) \
GO(snd_async_add_handler, iFpipp_t) \
GO(snd_async_add_pcm_handler, iFpppp_t) \
GO(snd_dlopen, pFpipL_t)
#endif // __wrappedlibasoundTYPES_H_
|