mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-14 15:54:20 +00:00
5 lines
121 B
C
5 lines
121 B
C
#include <stdlib.h>
|
|
#include <stdint.h>
|
|
|
|
typedef void (*WakuCallBack) (int ret_code, const char* msg, void * user_data);
|