mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-28 02:04:47 +01:00
44 lines
1.1 KiB
C
44 lines
1.1 KiB
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
struct cppIVRMailbox_IVRMailbox_001_undoc1_params
|
|
{
|
|
void *linux_side;
|
|
vrmb_typeb _ret;
|
|
const char *a;
|
|
vrmb_typea *b;
|
|
};
|
|
extern void cppIVRMailbox_IVRMailbox_001_undoc1( struct cppIVRMailbox_IVRMailbox_001_undoc1_params *params );
|
|
|
|
struct cppIVRMailbox_IVRMailbox_001_undoc2_params
|
|
{
|
|
void *linux_side;
|
|
vrmb_typeb _ret;
|
|
vrmb_typea a;
|
|
};
|
|
extern void cppIVRMailbox_IVRMailbox_001_undoc2( struct cppIVRMailbox_IVRMailbox_001_undoc2_params *params );
|
|
|
|
struct cppIVRMailbox_IVRMailbox_001_undoc3_params
|
|
{
|
|
void *linux_side;
|
|
vrmb_typeb _ret;
|
|
vrmb_typea a;
|
|
const char *b;
|
|
const char *c;
|
|
};
|
|
extern void cppIVRMailbox_IVRMailbox_001_undoc3( struct cppIVRMailbox_IVRMailbox_001_undoc3_params *params );
|
|
|
|
struct cppIVRMailbox_IVRMailbox_001_undoc4_params
|
|
{
|
|
void *linux_side;
|
|
vrmb_typeb _ret;
|
|
vrmb_typea a;
|
|
char *b;
|
|
uint32_t c;
|
|
uint32_t *d;
|
|
};
|
|
extern void cppIVRMailbox_IVRMailbox_001_undoc4( struct cppIVRMailbox_IVRMailbox_001_undoc4_params *params );
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|