// Copyright 2017 The Fuchsia Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#ifndef LIB_FDIO_PRIVATE_SOCKET_H_ | |
#define LIB_FDIO_PRIVATE_SOCKET_H_ | |
#include "internal.h" | |
bool fdio_is_socket(fdio_t* io); | |
#endif // LIB_FDIO_PRIVATE_SOCKET_H_ |