diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-09-12 21:53:42 +0200 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-09-12 21:53:42 +0200 |
| commit | 5eb7c7b6ec8c82d9f5908e53f9014b844f628994 (patch) | |
| tree | 6e0a67435952d9c2c9d444869c7eebf4673331c4 /include/libssh | |
| parent | b7af2b29594a19dec5f71eb9412bd2a7a5b1e9ac (diff) | |
| download | libssh-5eb7c7b6ec8c82d9f5908e53f9014b844f628994.tar.gz libssh-5eb7c7b6ec8c82d9f5908e53f9014b844f628994.tar.xz libssh-5eb7c7b6ec8c82d9f5908e53f9014b844f628994.zip | |
Added initialisation logs for threading
Diffstat (limited to 'include/libssh')
| -rw-r--r-- | include/libssh/threads.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libssh/threads.h b/include/libssh/threads.h index 78149d9..b8fdffc 100644 --- a/include/libssh/threads.h +++ b/include/libssh/threads.h @@ -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_ */ |
