blob: 5422ea47c8415e08b0ee139f9bf24557fc057718 [file] [log] [blame] [edit]
// Copyright 2018 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_FIDL_CPP_TEST_FIDL_TYPES_H_
#define LIB_FIDL_CPP_TEST_FIDL_TYPES_H_
#include <lib/fidl/coding.h>
#include <lib/fidl/internal.h>
#if defined(__cplusplus)
extern "C" {
#endif
extern const fidl_type_t unbounded_nonnullable_string_message_type;
#if defined(__cplusplus)
}
#endif
#endif // LIB_FIDL_CPP_TEST_FIDL_TYPES_H_