blob: df909d55c3e91227ae0c76c74919ddd0f08817ef [file] [log] [blame] [edit]
// 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_