chromium/third_party/openscreen/src/platform/base/tls_listen_options.h

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef PLATFORM_BASE_TLS_LISTEN_OPTIONS_H_
#define PLATFORM_BASE_TLS_LISTEN_OPTIONS_H_

#include <cstdint>

#include "platform/base/macros.h"

namespace openscreen {

struct TlsListenOptions {};

}  // namespace openscreen

#endif  // PLATFORM_BASE_TLS_LISTEN_OPTIONS_H_