mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-11 00:44:50 +01:00
Code cleanup
This commit is contained in:
@@ -41,7 +41,7 @@ namespace zmq
|
||||
~tipc_address_t ();
|
||||
|
||||
// This function sets up the address "{type, lower, upper}" for TIPC transport
|
||||
int resolve (const char* name);
|
||||
int resolve (const char *name);
|
||||
|
||||
// The opposite to resolve()
|
||||
int to_string (std::string &addr_);
|
||||
|
||||
Reference in New Issue
Block a user