0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 12:02:28 +02:00
openvpn/plugin/auth-pam/pamdl.h
2005-10-16 12:24:10 +00:00

8 lines
162 B
C

#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