src/nng_wrap.h
@@ -7,6 +7,7 @@ void copy_memory(void** dest, int *dest_len, const void* src, const int src_len); void set_last_error(const std::string& emsg); void get_last_error(int* ec, void** emsg, int* emsg_len); void free_nng(void* data, const int data_len);