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

Added initialisation logs for threading

This commit is contained in:
Aris Adamantiadis
2010-09-12 21:53:42 +02:00
parent b7af2b2959
commit 5eb7c7b6ec
3 changed files with 12 additions and 5 deletions

View File

@@ -26,6 +26,7 @@
#include <libssh/callbacks.h>
LIBSSH_API int ssh_threads_init(void);
LIBSSH_API void ssh_threads_finalize(void);
void ssh_threads_finalize(void);
const char *ssh_threads_get_type(void);
#endif /* THREADS_H_ */