1
0
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:
Aris Adamantiadis
2010-09-06 16:52:14 +02:00
parent fbe102bada
commit 49f57a8d0d
6 changed files with 95 additions and 44 deletions

View File

@ -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();
}