diff options
Diffstat (limited to 'src/threads/native.c')
-rw-r--r-- | src/threads/native.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/native.c b/src/threads/native.c new file mode 100644 index 00000000..c65c18e4 --- /dev/null +++ b/src/threads/native.c @@ -0,0 +1,4 @@ +#include "config.h" +#include <libssh/callbacks.h> + +struct ssh_threads_callbacks_struct ssh_pthread_callbacks; |