diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
commit | 3e4d8f433239c40311037616b1b8833a06651ae0 (patch) | |
tree | 98ab7fce0d011d34677b0beb762d389cb5c39199 /openvpn/src/plugins/auth-pam/pamdl.h |
Initial import
Diffstat (limited to 'openvpn/src/plugins/auth-pam/pamdl.h')
-rw-r--r-- | openvpn/src/plugins/auth-pam/pamdl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openvpn/src/plugins/auth-pam/pamdl.h b/openvpn/src/plugins/auth-pam/pamdl.h new file mode 100644 index 00000000..b10b035a --- /dev/null +++ b/openvpn/src/plugins/auth-pam/pamdl.h @@ -0,0 +1,7 @@ +#if DLOPEN_PAM +#include <security/pam_appl.h> + +/* Dynamically load and unload the PAM library */ +int dlopen_pam (const char *so); +void dlclose_pam (void); +#endif |