Permission: add option "host_permissions"
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1115
This commit is contained in:
@@ -42,4 +42,12 @@ class SocketAddress;
|
||||
std::string
|
||||
ToString(SocketAddress address) noexcept;
|
||||
|
||||
/**
|
||||
* Generates the string representation of a #SocketAddress into the
|
||||
* specified buffer, without the port number.
|
||||
*/
|
||||
[[gnu::pure]]
|
||||
std::string
|
||||
HostToString(SocketAddress address) noexcept;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user