mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-13 07:14:10 +00:00
6 lines
164 B
C
6 lines
164 B
C
#include <stdlib.h>
|
|
#include <stdint.h>
|
|
|
|
typedef void (*WakuCallBack) (const char* msg, size_t len_0);
|
|
|
|
typedef void (*BytesCallBack) (uint8_t* data, size_t len_0); |