aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-09-12 22:01:21 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-09-12 22:01:21 +0200
commitb0c03280d1834d36f0d672c44467dd13e195edf3 (patch)
treeeab9d03fc85105efbe3e91e23b6aca9ac7d06a0c /include/libssh
parent5eb7c7b6ec8c82d9f5908e53f9014b844f628994 (diff)
downloadlibssh-b0c03280d1834d36f0d672c44467dd13e195edf3.tar.gz
libssh-b0c03280d1834d36f0d672c44467dd13e195edf3.tar.xz
libssh-b0c03280d1834d36f0d672c44467dd13e195edf3.zip
ssh_threads_init is private
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/threads.h b/include/libssh/threads.h
index b8fdffce..819bbdf2 100644
--- a/include/libssh/threads.h
+++ b/include/libssh/threads.h
@@ -25,7 +25,7 @@
#include <libssh/libssh.h>
#include <libssh/callbacks.h>
-LIBSSH_API int ssh_threads_init(void);
+int ssh_threads_init(void);
void ssh_threads_finalize(void);
const char *ssh_threads_get_type(void);