1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-05 01:02:39 +03:00

threads: Build a libssh threading library.

This commit is contained in:
Andreas Schneider
2010-09-06 14:54:16 +02:00
parent 2cca490076
commit fbe102bada
7 changed files with 129 additions and 6 deletions

View File

@@ -22,10 +22,10 @@
#ifndef THREADS_H_
#define THREADS_H_
#include <libssh/libssh.h>
#include <libssh/callbacks.h>
int ssh_threads_init(void);
void ssh_threads_finalize(void);
LIBSSH_API int ssh_threads_init(void);
LIBSSH_API void ssh_threads_finalize(void);
#endif /* THREADS_H_ */