mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-08 05:47:07 +09:00
4 lines
143 B
C
4 lines
143 B
C
|
|
typedef void (*proxyFunc) (void*, char*, char*, int);
|
|
|
|
void ProxyCall(proxyFunc f, void* jsFuncData, char* method, char* data, int data_len);
|