diff options
author | ilsimo <ilsimo> | 2007-04-15 21:03:05 +0000 |
---|---|---|
committer | ilsimo <ilsimo> | 2007-04-15 21:03:05 +0000 |
commit | 7dcf60f8a0a8bd29d03d15431b2ab5ff2b0e5755 (patch) | |
tree | 6667400947cbf55834cd6e2aaff2e4fa1e743b64 /sesman/thread.h | |
parent | 4175d2d8be68972a28a862d40bd71191d3b56a25 (diff) | |
download | xrdp-proprietary-7dcf60f8a0a8bd29d03d15431b2ab5ff2b0e5755.tar.gz xrdp-proprietary-7dcf60f8a0a8bd29d03d15431b2ab5ff2b0e5755.zip |
some style fixes
Diffstat (limited to 'sesman/thread.h')
-rw-r--r-- | sesman/thread.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sesman/thread.h b/sesman/thread.h index 4807feee..aaab579c 100644 --- a/sesman/thread.h +++ b/sesman/thread.h @@ -22,7 +22,7 @@ * @file thread.h * @brief thread stuff... * @author Simone Fedele - * + * */ #ifndef THREAD_H @@ -36,7 +36,7 @@ * */ int DEFAULT_CC -thread_sighandler_start(); +thread_sighandler_start(void); /** * @@ -44,7 +44,7 @@ thread_sighandler_start(); * */ int DEFAULT_CC -thread_session_update_start(); +thread_session_update_start(void); /** * @@ -52,6 +52,6 @@ thread_session_update_start(); * */ int DEFAULT_CC -thread_scp_start(); +thread_scp_start(int skt); #endif |