summaryrefslogtreecommitdiffstats
path: root/src/plugins/auth-pam/pamdl.h
blob: b10b035ae86990cd5cb4186785021f413841cfc0 (plain)
1
2
3
4
5
6
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