Skip to content

Commit

Permalink
style: prefix c header with underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Dec 29, 2024
1 parent c9dd535 commit 5c8d92a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ mod regen {

bindgen::builder()
.disable_header_comment()
.header(concat!(env!("CARGO_MANIFEST_DIR"), "/src/ffi/wrapper.h"))
.header(concat!(env!("CARGO_MANIFEST_DIR"), "/src/ffi/_wrapper.h"))
.raw_line(raw_lines.join("\r\n").as_str())
.clang_args(clang_args)
.allowlist_file(allowlist_regexpr.as_str())
Expand Down
7 changes: 0 additions & 7 deletions src/ffi/wrapper.h

This file was deleted.

0 comments on commit 5c8d92a

Please sign in to comment.