diff options
author | Andreas Schneider <asn@cynapses.org> | 2010-09-06 14:54:16 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cynapses.org> | 2010-09-06 15:17:03 +0200 |
commit | fbe102bada583f308450c27e256053b51643a532 (patch) | |
tree | a855a670d43df50647b5f90a89e15c093f26793f /src/threads/native.c | |
parent | 2cca490076841b431d7a83d020d90e1ad00bbca5 (diff) | |
download | libssh-fbe102bada583f308450c27e256053b51643a532.tar.gz libssh-fbe102bada583f308450c27e256053b51643a532.tar.xz libssh-fbe102bada583f308450c27e256053b51643a532.zip |
threads: Build a libssh threading library.
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; |