mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-15 11:45:13 +00:00
9 lines
163 B
C++
9 lines
163 B
C++
|
|
#include "cpr/unix_socket.h"
|
|
|
|
namespace cpr {
|
|
const char* UnixSocket::GetUnixSocketString() const noexcept {
|
|
return unix_socket_.data();
|
|
}
|
|
} // namespace cpr
|