Mercurial > crates > nonstick
comparison pam/src/lib.rs @ 22:4263c1d83d5b
Refactor PamHooks into modules mod
author | Anthony Nowell <anthony@algorithmia.com> |
---|---|
date | Tue, 26 Sep 2017 02:30:03 -0600 |
parents | 734ca62159fb |
children | ec70822cbdef |
comparison
equal
deleted
inserted
replaced
21:aa7e8bd083ef | 22:4263c1d83d5b |
---|---|
24 //! a Linux system. That means that it might take some work to get this library | 24 //! a Linux system. That means that it might take some work to get this library |
25 //! to work on other platforms. | 25 //! to work on other platforms. |
26 | 26 |
27 extern crate libc; | 27 extern crate libc; |
28 | 28 |
29 #[doc(hidden)] | |
30 pub mod macros; | |
29 pub mod conv; | 31 pub mod conv; |
30 pub mod constants; | 32 pub mod constants; |
31 pub mod items; | 33 pub mod items; |
32 pub mod module; | 34 pub mod module; |
33 pub mod hooks; |