diff pam/src/lib.rs @ 20:734ca62159fb

Refactor exported endpoings into pam_hooks macro
author Anthony Nowell <anthony@algorithmia.com>
date Tue, 26 Sep 2017 01:51:39 -0600
parents 27730595f1ea
children 4263c1d83d5b
line wrap: on
line diff
--- a/pam/src/lib.rs	Mon Sep 25 23:42:35 2017 -0600
+++ b/pam/src/lib.rs	Tue Sep 26 01:51:39 2017 -0600
@@ -30,3 +30,4 @@
 pub mod constants;
 pub mod items;
 pub mod module;
+pub mod hooks;