[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] proper prototypes
[Thread Prev] | [Thread Next]
- Subject: [PATCH] proper prototypes
- From: "Bernhard R. Link" <brlink@xxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 11 Feb 2011 23:01:37 +0100
- To: libssh@xxxxxxxxxx
--- src/threads.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/threads.c b/src/threads.c index 64b413b..c654456 100644 --- a/src/threads.c +++ b/src/threads.c @@ -92,7 +92,7 @@ static void libcrypto_lock_callback(int mode, int i, const char *file, int line) } } -static int libcrypto_thread_init(){ +static int libcrypto_thread_init(void){ int n=CRYPTO_num_locks(); int i; if(user_callbacks == &ssh_threads_noop) @@ -109,7 +109,7 @@ static int libcrypto_thread_init(){ return SSH_OK; } -static void libcrypto_thread_finalize(){ +static void libcrypto_thread_finalize(void){ int n=CRYPTO_num_locks(); int i; if (libcrypto_mutexes==NULL) -- 1.5.6.5
Archive administrator: postmaster@lists.cynapses.org