We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8172998 commit 8bc52e0Copy full SHA for 8bc52e0
ddlog-ffi/cbindgen.toml
@@ -6,7 +6,7 @@ tab_width = 2
6
header = """// Copyright 2025-Present Datadog, Inc. https://www.datadoghq.com/
7
// SPDX-License-Identifier: Apache-2.0
8
"""
9
-include_guard = "DDOG_LOGS_H"
+include_guard = "DDOG_LOG_H"
10
style = "both"
11
12
no_includes = true
@@ -34,4 +34,4 @@ must_use = "DDOG_CHECK_RETURN"
34
35
[parse]
36
parse_deps = true
37
-include = ["ddcommon-ffi", "ddlogs"]
+include = ["ddcommon-ffi", "ddlog"]
0 commit comments