repo.or.cz
/
anytun.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
svn cleanup
[anytun.git]
/
openvpn
/
plugin
/
auth-pam
/
pamdl.h
blob
b10b035ae86990cd5cb4186785021f413841cfc0
1
#if DLOPEN_PAM
2
#include <security/pam_appl.h>
3
4
/* Dynamically load and unload the PAM library */
5
int
dlopen_pam
(
const char
*
so
);
6
void
dlclose_pam
(
void
);
7
#endif