diff testharness/src/lib.rs @ 173:46e8ce5cd5d1

Miscellaneous doc and code cleanups.
author Paul Fisher <paul@pfish.zone>
date Tue, 29 Jul 2025 16:52:32 -0400
parents 6727cbe56f4a
children 346dc13724ce
line wrap: on
line diff
--- a/testharness/src/lib.rs	Fri Jul 25 21:02:53 2025 -0400
+++ b/testharness/src/lib.rs	Tue Jul 29 16:52:32 2025 -0400
@@ -7,7 +7,7 @@
 
 use nonstick::conv::{ErrorMsg, InfoMsg, MaskedQAndA, QAndA};
 use nonstick::{
-    error, info, pam_hooks, AuthnFlags, AuthtokAction, AuthtokFlags, ErrorCode, ModuleClient,
+    error, info, pam_export, AuthnFlags, AuthtokAction, AuthtokFlags, ErrorCode, ModuleClient,
     PamModule,
 };
 use std::ffi::CStr;
@@ -108,4 +108,4 @@
     }
 }
 
-pam_hooks!(TestHarness);
+pam_export!(TestHarness);