diff libpam-sys/src/constants.rs @ 127:c77846f3a979

GET CTEST WORKING. This will verify that the functions we're exporting are correct. It has been a nightmare.
author Paul Fisher <paul@pfish.zone>
date Mon, 30 Jun 2025 22:56:26 -0400
parents 2b255c92417b
children
line wrap: on
line diff
--- a/libpam-sys/src/constants.rs	Mon Jun 30 21:52:10 2025 -0400
+++ b/libpam-sys/src/constants.rs	Mon Jun 30 22:56:26 2025 -0400
@@ -127,6 +127,7 @@
     );
 
     c_enum!(
+        /// An item type (Linux-only).
         PAM_FAIL_DELAY = 10,
         PAM_XDISPLAY,
         PAM_XAUTHDATA,