mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-01 11:26:52 +03:00
Implemented the noop and native pointers
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
|
||||
static void setup(){
|
||||
printf("setup\n");
|
||||
ssh_threads_set_callbacks(&ssh_pthread_callbacks);
|
||||
ssh_threads_set_callbacks(&ssh_threads_pthread);
|
||||
ssh_init();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user