comparison src/libpam/mod.rs @ 144:56b559b7ecea

Big rename: separate concepts of Transaction from Handle. - An application that uses PAM creates a Transaction. - The Transaction has a Handle. Currently, a module still get something called a "handle", but that's probably going to change soon.
author Paul Fisher <paul@pfish.zone>
date Sun, 06 Jul 2025 11:59:26 -0400
parents a508a69c068a
children 1bc52025156b
comparison
equal deleted inserted replaced
143:ebb71a412b58 144:56b559b7ecea
13 mod memory; 13 mod memory;
14 mod module; 14 mod module;
15 mod question; 15 mod question;
16 16
17 #[doc(inline)] 17 #[doc(inline)]
18 pub use handle::{OwnedLibPamHandle, RawPamHandle}; 18 pub use handle::{LibPamHandle, LibPamTransaction};