summaryrefslogtreecommitdiffstats
path: root/sesman/auth.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-10-01 10:42:00 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-10-01 10:42:00 -0700
commit538763e1442d58c999101f2b934fb3df3aa341c5 (patch)
tree56360a5917d48d93de8fde096c1f430d5b3a089c /sesman/auth.h
parent0e9e6a2356f2770f7d1cb7ba94098e84c457db92 (diff)
downloadxrdp-proprietary-538763e1442d58c999101f2b934fb3df3aa341c5.tar.gz
xrdp-proprietary-538763e1442d58c999101f2b934fb3df3aa341c5.zip
sesman: Fedora bug 821569
Diffstat (limited to 'sesman/auth.h')
-rw-r--r--sesman/auth.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sesman/auth.h b/sesman/auth.h
index 39acc0b8..e06b9eb3 100644
--- a/sesman/auth.h
+++ b/sesman/auth.h
@@ -57,6 +57,16 @@ auth_start_session(long in_val, int in_display);
*
*/
int DEFAULT_CC
+auth_stop_session(long in_val);
+
+/**
+ *
+ * @brief FIXME
+ * @param in_val
+ * @return 0 on success, 1 on failure
+ *
+ */
+int DEFAULT_CC
auth_end(long in_val);
/**