2021-06-13 20:50:10 +08:00
|
|
|
#ifndef __LIBWAKU_H__
|
|
|
|
#define __LIBWAKU_H__
|
|
|
|
|
2021-04-28 19:13:34 +08:00
|
|
|
#include <stdint.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
|
|
|
|
// Initialize Nim
|
|
|
|
void NimMain();
|
|
|
|
|
|
|
|
char* info(const char* wakuNode);
|
|
|
|
|
|
|
|
void echo();
|
2021-06-13 20:50:10 +08:00
|
|
|
|
|
|
|
#endif //__LIBWAKU_H__
|