Skip to content

Commit

Permalink
Update bindings.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed May 14, 2023
1 parent 84657e0 commit 1ab6d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ struct local_result {
size: usize,
}

#[link(name = "chdb")] // Replace "chdb" with the actual library name
#[link(name = "chdb")]
extern "C" {
fn query_stable(argc: i32, argv: *const *const c_char) -> *mut local_result;
}
Expand Down

0 comments on commit 1ab6d71

Please sign in to comment.