diff src/libpam/pam_ffi.rs @ 102:94eb11cb1798 default tip

Improve documentation for pam_start.
author Paul Fisher <paul@pfish.zone>
date Tue, 24 Jun 2025 18:11:38 -0400
parents 94b51fa4f797
children
line wrap: on
line diff
--- a/src/libpam/pam_ffi.rs	Tue Jun 24 17:54:33 2025 -0400
+++ b/src/libpam/pam_ffi.rs	Tue Jun 24 18:11:38 2025 -0400
@@ -30,8 +30,8 @@
 pub struct Answer {
     /// Owned pointer to the data returned in an answer.
     /// For most answers, this will be a [`CHeapString`],
-    /// but for [`BinaryQAndA`](crate::conv::BinaryQAndA)s (a Linux-PAM extension),
-    /// this will be a [`CHeapBox`] of
+    /// but for [`BinaryQAndA`](crate::conv::BinaryQAndA)s
+    /// (a Linux-PAM extension), this will be a [`CHeapBox`] of
     /// [`CBinaryData`](crate::libpam::memory::CBinaryData).
     pub data: Option<CHeapBox<c_void>>,
     /// Unused. Just here for the padding.