1# For documentation, see: https://github.com/eqrion/cbindgen/blob/master/docs.md 2 3language = "C++" 4pragma_once = true 5autogen_warning = ''' 6// This file is autogenerated by: 7// cbindgen --config cbindgen.toml src/ffi.rs -o include/rootcanal_rs.h 8// Don't modify manually. 9 10struct LinkManager; 11struct LinkLayer; 12''' 13sys_includes = ["stdint.h"] 14no_includes = true 15