mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 10:40:27 +09:00
Changed the threads cbks from struct to publ func
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user