From 131211b4daf83b7c594337f4e7c71e4711094d71 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 13 Jan 2009 22:41:17 +0000 Subject: V6 --- ot_mutex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ot_mutex.h') diff --git a/ot_mutex.h b/ot_mutex.h index ba5684d..16b25a0 100644 --- a/ot_mutex.h +++ b/ot_mutex.h @@ -12,10 +12,10 @@ void mutex_init( ); void mutex_deinit( ); ot_vector *mutex_bucket_lock( int bucket ); -ot_vector *mutex_bucket_lock_by_hash( ot_hash *hash ); +ot_vector *mutex_bucket_lock_by_hash( ot_hash hash ); void mutex_bucket_unlock( int bucket, int delta_torrentcount ); -void mutex_bucket_unlock_by_hash( ot_hash *hash, int delta_torrentcount ); +void mutex_bucket_unlock_by_hash( ot_hash hash, int delta_torrentcount ); size_t mutex_get_torrent_count(); -- cgit v1.2.3