summaryrefslogtreecommitdiffstats
path: root/sesman/auth.h
diff options
context:
space:
mode:
authorArvidNorr <norrarvid@gmail.com>2013-01-31 07:17:42 -0800
committerArvidNorr <norrarvid@gmail.com>2013-01-31 07:17:42 -0800
commit9aa0cb4e61eeb253a9a1177f1162eb5289130e96 (patch)
tree2b1be914a65edd952cf3ba22ef8d338be28e83a5 /sesman/auth.h
parentffc7e7ff270134c7f5c73f8f86cac81038e8fee3 (diff)
parent876f356dad387d3d9b1a8382c0115857ca605e54 (diff)
downloadxrdp-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.h2
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);
/**
*