// 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_CREDENTIALS_H_ #define PLATFORM_BASE_TLS_CREDENTIALS_H_ #include <stdint.h> #include <vector> namespace openscreen { struct TlsCredentials { … }; } // namespace openscreen #endif // PLATFORM_BASE_TLS_CREDENTIALS_H_