Skip to content

Commit

Permalink
add super secret sign
Browse files Browse the repository at this point in the history
  • Loading branch information
shevernitskiy committed Nov 21, 2023
1 parent d87fcb9 commit 4cf5b51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ extern "C" fn detach() {
debug!("hooks detached");
}
}

#[no_mangle]
extern "C" fn super_secret_dfint_sign() -> u8 {
return 69;
}

0 comments on commit 4cf5b51

Please sign in to comment.