aboutsummaryrefslogtreecommitdiff
path: root/src/threads/pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/pthread.c')
-rw-r--r--src/threads/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threads/pthread.c b/src/threads/pthread.c
index 72c8ddc..829fa5c 100644
--- a/src/threads/pthread.c
+++ b/src/threads/pthread.c
@@ -92,7 +92,7 @@ static struct ssh_threads_callbacks_struct ssh_threads_pthread =
.thread_id=ssh_pthread_thread_id
};
-struct ssh_threads_callbacks_struct *ssh_threads_get_pthread(){
+struct ssh_threads_callbacks_struct *ssh_threads_get_pthread(void) {
return &ssh_threads_pthread;
}