Skip to content

Commit

Permalink
Intentionally screw up generated bindings to test if check fails
Browse files Browse the repository at this point in the history
  • Loading branch information
pheki committed Nov 17, 2023
1 parent d6bc301 commit cee2090
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7487,16 +7487,6 @@ extern "C" {
size: SceSize,
) -> crate::ctypes::c_int;
}
extern "C" {
#[cfg(feature = "SceSblPostSsMgrForDriver_stub")]
#[cfg_attr(docsrs, doc(cfg(feature = "SceSblPostSsMgrForDriver_stub")))]
pub fn ksceSblRSA2048CreateSignature(
rsa_signature: *mut SceSblRsaDataParam,
hash: *mut SceSblRsaDataParam,
private_key: *mut SceSblRsaPrivateKeyParam,
type_: crate::ctypes::c_int,
) -> crate::ctypes::c_int;
}
extern "C" {
#[cfg(feature = "SceSblPostSsMgrForDriver_stub")]
#[cfg_attr(docsrs, doc(cfg(feature = "SceSblPostSsMgrForDriver_stub")))]
Expand Down

0 comments on commit cee2090

Please sign in to comment.