net/ToString: rename sockaddr_to_string() to ToString()

This commit is contained in:
Max Kellermann
2015-07-22 10:20:57 +02:00
parent 8fdfe85b5f
commit 83752e9349
6 changed files with 6 additions and 6 deletions

View File

@@ -33,6 +33,6 @@ class SocketAddress;
*/
gcc_pure
std::string
sockaddr_to_string(SocketAddress address);
ToString(SocketAddress address);
#endif