diff options
Diffstat (limited to 'src/osd/modules/file/posixfile.h')
-rw-r--r-- | src/osd/modules/file/posixfile.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/osd/modules/file/posixfile.h b/src/osd/modules/file/posixfile.h index 2b0358dc396..eb6f010859e 100644 --- a/src/osd/modules/file/posixfile.h +++ b/src/osd/modules/file/posixfile.h @@ -24,10 +24,7 @@ //============================================================ bool posix_check_socket_path(std::string const &path) noexcept; -std::error_condition posix_open_tcp_socket(std::string const &path, std::uint32_t openflags, osd_file::ptr &file, std::uint64_t &filesize) noexcept; - -bool posix_check_udp_path(std::string const &path) noexcept; -std::error_condition posix_open_udp_socket(std::string const &path, std::uint32_t openflags, osd_file::ptr &file, std::uint64_t &filesize) noexcept; +std::error_condition posix_open_socket(std::string const &path, std::uint32_t openflags, osd_file::ptr &file, std::uint64_t &filesize) noexcept; bool posix_check_domain_path(std::string const &path) noexcept; std::error_condition posix_open_domain(std::string const &path, std::uint32_t openflags, osd_file::ptr &file, std::uint64_t &filesize) noexcept; |