OpenVPN
pamdl.h
Go to the documentation of this file.
1#ifdef USE_PAM_DLOPEN
2/* Dynamically load and unload the PAM library */
3int dlopen_pam(const char *so);
4
5void dlclose_pam(void);
6
7#endif