refactor: update the function name

This commit is contained in:
Kevin Yue
2023-05-18 09:21:04 +08:00
parent 5a84c99cd9
commit cbd8b0f144
4 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ fn main() {
println!("cargo:rerun-if-changed=src/vpn/vpn.c");
println!("cargo:rerun-if-changed=src/vpn/vpn.h");
// Compile the wrapper.c file
// Compile the vpn.c file
cc::Build::new()
.file("src/vpn/vpn.c")
.include("src/vpn")