Changed the threads cbks from struct to publ func

This commit is contained in:
Aris Adamantiadis
2010-09-30 11:10:08 +02:00
parent bedc65313f
commit 5b1c985a0e
4 changed files with 26 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
static void setup(){
printf("setup\n");
ssh_threads_set_callbacks(&ssh_threads_pthread);
ssh_threads_set_callbacks(ssh_threads_get_pthread());
ssh_init();
}