diff options
| author | ArvidNorr <norrarvid@gmail.com> | 2013-01-31 07:17:42 -0800 |
|---|---|---|
| committer | ArvidNorr <norrarvid@gmail.com> | 2013-01-31 07:17:42 -0800 |
| commit | 9aa0cb4e61eeb253a9a1177f1162eb5289130e96 (patch) | |
| tree | 2b1be914a65edd952cf3ba22ef8d338be28e83a5 /sesman/auth.h | |
| parent | ffc7e7ff270134c7f5c73f8f86cac81038e8fee3 (diff) | |
| parent | 876f356dad387d3d9b1a8382c0115857ca605e54 (diff) | |
| download | xrdp-proprietary-9aa0cb4e61eeb253a9a1177f1162eb5289130e96.tar.gz xrdp-proprietary-9aa0cb4e61eeb253a9a1177f1162eb5289130e96.zip | |
Merge pull request #58 from ArvidNorr/pam-cont
PAM additions mostly for a gateway situation
Diffstat (limited to 'sesman/auth.h')
| -rw-r--r-- | sesman/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/auth.h b/sesman/auth.h index 09bec2e9..39acc0b8 100644 --- a/sesman/auth.h +++ b/sesman/auth.h @@ -36,7 +36,7 @@ * */ long DEFAULT_CC -auth_userpass(char* user, char* pass); +auth_userpass(char* user, char* pass, int *errorcode); /** * |
