diff libpam-sys/src/constants.rs @ 133:32b2a545ca3e

Add functions and constants from openpam.h.
author Paul Fisher <paul@pfish.zone>
date Wed, 02 Jul 2025 03:33:09 -0400
parents 0b6a17f8c894
children 6c1e1bdb4164
line wrap: on
line diff
--- a/libpam-sys/src/constants.rs	Wed Jul 02 02:34:29 2025 -0400
+++ b/libpam-sys/src/constants.rs	Wed Jul 02 03:33:09 2025 -0400
@@ -251,7 +251,7 @@
         PAM_LOG_NOTICE,
         PAM_LOG_ERROR,
     );
-    
+
     c_enum!(
         /// PAM primitives.
         PAM_SM_AUTHENTICATE,