nwaku/wrappers/libwaku.h

15 lines
193 B
C

#ifndef __LIBWAKU_H__
#define __LIBWAKU_H__
#include <stdint.h>
#include <stddef.h>
// Initialize Nim
void NimMain();
char* info(const char* wakuNode);
void echo();
#endif //__LIBWAKU_H__