chromium/third_party/openscreen/src/osp/public/timestamp.h

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

#ifndef OSP_PUBLIC_TIMESTAMP_H_
#define OSP_PUBLIC_TIMESTAMP_H_

namespace openscreen::osp {

// Microseconds after the epoch.
timestamp_t;

}  // namespace openscreen::osp

#endif  // OSP_PUBLIC_TIMESTAMP_H_