Mercurial > crates > nonstick
diff src/handle.rs @ 75:c30811b4afae
rename pam_ffi submodule to libpam.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Fri, 06 Jun 2025 22:35:08 -0400 |
parents | ac6881304c78 |
children | 002adfb98c5c |
line wrap: on
line diff
--- a/src/handle.rs Fri Jun 06 22:21:17 2025 -0400 +++ b/src/handle.rs Fri Jun 06 22:35:08 2025 -0400 @@ -64,7 +64,7 @@ /// This base trait includes features of a PAM handle that are available /// to both applications and modules. /// -/// You probably want [`LibPamHandle`](crate::pam_ffi::OwnedLibPamHandle). +/// You probably want [`LibPamHandle`](crate::libpam::OwnedLibPamHandle). /// This trait is intended to allow creating mock PAM handle types /// to test PAM modules and applications. pub trait PamShared {