Skip to content

Commit

Permalink
WIP: Propagate error cause to CXX API
Browse files Browse the repository at this point in the history
  • Loading branch information
orecham committed Oct 24, 2024
1 parent 664214b commit 473ab55
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion iceoryx2-ffi/ffi/cbindgen.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,18 @@ header = """// Copyright (c) 2024 Contributors to the Eclipse Foundation
// SPDX-License-Identifier: Apache-2.0 OR MIT
// NOTE: This file is generated by cbindgen! Don't modify manually!
#ifdef __cplusplus
extern "C" {
#endif
"""

# default: ""
trailer = ""
trailer = """
#ifdef __cplusplus
}
#endif
"""

# default: ""
include_guard = "IOX2_C_BINDINGS_H"
Expand Down

0 comments on commit 473ab55

Please sign in to comment.