mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-02 14:03:06 +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);
|