From 538763e1442d58c999101f2b934fb3df3aa341c5 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Tue, 1 Oct 2013 10:42:00 -0700 Subject: sesman: Fedora bug 821569 --- sesman/auth.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sesman/auth.h') diff --git a/sesman/auth.h b/sesman/auth.h index 39acc0b8..e06b9eb3 100644 --- a/sesman/auth.h +++ b/sesman/auth.h @@ -49,6 +49,16 @@ auth_userpass(char* user, char* pass, int *errorcode); int DEFAULT_CC auth_start_session(long in_val, int in_display); +/** + * + * @brief FIXME + * @param in_val + * @return 0 on success, 1 on failure + * + */ +int DEFAULT_CC +auth_stop_session(long in_val); + /** * * @brief FIXME -- cgit v1.2.1