go-waku/library/c/cgo_utils.h

5 lines
121 B
C
Raw Normal View History

2023-08-10 13:30:38 +00:00
#include <stdlib.h>
#include <stdint.h>
2023-10-28 23:37:53 +00:00
typedef void (*WakuCallBack) (int ret_code, const char* msg, void * user_data);