diff options
Diffstat (limited to 'sesman/auth.h')
-rw-r--r-- | sesman/auth.h | 10 |
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); /** |