summaryrefslogtreecommitdiffstats
path: root/sesman/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/thread.h')
-rw-r--r--sesman/thread.h8
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