# For documentation, see: https://github.com/eqrion/cbindgen/blob/master/docs.md | |
language = "C++" | |
pragma_once = true | |
autogen_warning = ''' | |
// This file is autogenerated by: | |
// cbindgen --config cbindgen.toml src/ffi.rs -o include/rootcanal_rs.h | |
// Don't modify manually. | |
struct LinkManager; | |
struct LinkLayer; | |
''' | |
sys_includes = ["stdint.h"] | |
no_includes = true |