src/nng_wrap.h
@@ -28,7 +28,7 @@ void** reply, int* reply_len, const int to_ms, void* arg=NULL); int start_reply(const std::string& url, const int port, void* arg=NULL); int read_request(void** src, std::string* msg, const int to_ms, void* arg=NULL); int send_reply(const void* src, const void* msg, const int msg_len, void* arg=NULL); int send_reply(void* src, const void* msg, const int msg_len, void* arg=NULL); }