From f8aaf21991c2a5adcdca56f3638f321b2ccbe809 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 31 Jan 2025 13:11:41 -0500 Subject: [Rust] Make some core handles public This is a requirement if we want rust plugins to expose sane FFIs --- rust/src/symbol.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/symbol.rs') diff --git a/rust/src/symbol.rs b/rust/src/symbol.rs index b06a0f2f..094aeba7 100644 --- a/rust/src/symbol.rs +++ b/rust/src/symbol.rs @@ -217,7 +217,7 @@ impl SymbolBuilder { #[derive(Eq)] pub struct Symbol { - pub(crate) handle: *mut BNSymbol, + pub handle: *mut BNSymbol, } impl Symbol { -- cgit v1.3.1