Backed out changeset 88fbb17e3c20 (bug 1865637) for causing animation related mochite...
[gecko.git] / netwerk / socket / neqo_glue / cbindgen.toml
blob312e1731e5a453d8618e260c40deb5f484e89874
1 header = """/* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */"""
4 autogen_warning = """/* DO NOT MODIFY THIS MANUALLY! This file was generated using cbindgen.
5  */
7 namespace mozilla {
8 namespace net {
9 class NeqoHttp3Conn;
10 union NetAddr;
11 }  // namespace net
12 }  // namespace mozilla
13  """
14 include_version = true
15 braces = "SameLine"
16 line_length = 100
17 tab_width = 2
18 language = "C++"
19 namespaces = ["mozilla", "net"]
20 includes = ["certt.h", "prerror.h"]
22 [export]
23 exclude = ["NeqoHttp3Conn", "NetAddr"]
24 item_types = ["globals", "enums", "structs", "unions", "typedefs", "opaque", "functions", "constants"]
26 [export.rename]
27 "ThinVec" = "nsTArray"