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