Skip to content

Commit

Permalink
Rename init to configureLib
Browse files Browse the repository at this point in the history
  • Loading branch information
rokas-ambrazevicius committed Nov 11, 2024
1 parent 1944328 commit 160ca1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nym-vpn-core/crates/nym-vpn-lib/src/platform/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async fn stop_vpn_inner() -> Result<(), VpnError> {

#[allow(non_snake_case)]
#[uniffi::export]
pub fn init(data_dir: String) -> Result<(), VpnError> {
pub fn configureLib(data_dir: String) -> Result<(), VpnError> {
init_logger();
start_account_controller(data_dir)
}
Expand Down

0 comments on commit 160ca1e

Please sign in to comment.