comparison src/libpam/mod.rs @ 171:e27c5c667a5a

Create full new types for return code and flags, separate end to end. This plumbs the ReturnCode and RawFlags types through the places where we call into or are called from PAM. Also adds Sun documentation to the project.
author Paul Fisher <paul@pfish.zone>
date Fri, 25 Jul 2025 20:52:14 -0400
parents 1bc52025156b
children 46e8ce5cd5d1
comparison
equal deleted inserted replaced
170:f052e2417195 171:e27c5c667a5a
15 mod module; 15 mod module;
16 mod question; 16 mod question;
17 17
18 #[doc(inline)] 18 #[doc(inline)]
19 pub use handle::{LibPamHandle, LibPamTransaction, TransactionBuilder}; 19 pub use handle::{LibPamHandle, LibPamTransaction, TransactionBuilder};
20 pub use module::ModuleExporter;