chromium/third_party/openscreen/src/cast/common/public/certificate_types.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 CAST_COMMON_PUBLIC_CERTIFICATE_TYPES_H_
#define CAST_COMMON_PUBLIC_CERTIFICATE_TYPES_H_

#include <stdint.h>

namespace openscreen::cast {

// This must be a UTC time.
struct DateTime {};

}  // namespace openscreen::cast

#endif  // CAST_COMMON_PUBLIC_CERTIFICATE_TYPES_H_