diff libpam-sys/src/ffi.rs @ 129:5b2de52dd8b2

Cleanups: create readmes, add a few docs, remove cruft.
author Paul Fisher <paul@pfish.zone>
date Mon, 30 Jun 2025 23:49:54 -0400
parents c77846f3a979
children 80c07e5ab22f
line wrap: on
line diff
--- a/libpam-sys/src/ffi.rs	Mon Jun 30 23:00:53 2025 -0400
+++ b/libpam-sys/src/ffi.rs	Mon Jun 30 23:49:54 2025 -0400
@@ -218,7 +218,3 @@
 extern "C" {
     pub fn pam_get_authtok(pamh: *mut pam_handle, x: c_int, token: *mut *const c_char, prompt: *const c_char) -> c_int;
 }
-
-
-// int (*)(struct pam_handle *, char *, void *, void (*)(struct pam_handle *, void *, int))
-// int (*)(struct pam_handle *, char *, void *, int (*)(struct pam_handle *, void *, int))
\ No newline at end of file