diff options
author | erdgeist <> | 2007-11-21 01:56:14 +0000 |
---|---|---|
committer | erdgeist <> | 2007-11-21 01:56:14 +0000 |
commit | b73b19f8f427ac40d61c92f7f0d964ee515e2c24 (patch) | |
tree | be74b7a87384cd3119b1b5d7fdcca93cc5080e44 /ot_vector.h | |
parent | 8bee224dc08aea5681d0065ed179cdcac6962450 (diff) |
Formatting
Diffstat (limited to 'ot_vector.h')
-rw-r--r-- | ot_vector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ot_vector.h b/ot_vector.h index 6b7fdf4..0f68488 100644 --- a/ot_vector.h +++ b/ot_vector.h | |||
@@ -22,7 +22,7 @@ void *binary_search( const void * const key, const void * base, const size_t mem | |||
22 | size_t compare_size, int *exactmatch ); | 22 | size_t compare_size, int *exactmatch ); |
23 | void *vector_find_or_insert( ot_vector *vector, void *key, size_t member_size, size_t compare_size, int *exactmatch ); | 23 | void *vector_find_or_insert( ot_vector *vector, void *key, size_t member_size, size_t compare_size, int *exactmatch ); |
24 | 24 | ||
25 | int vector_remove_peer( ot_vector *vector, ot_peer *peer, int hysteresis ); | 25 | int vector_remove_peer( ot_vector *vector, ot_peer *peer, int hysteresis ); |
26 | void vector_remove_torrent( ot_vector *vector, ot_torrent *match ); | 26 | void vector_remove_torrent( ot_vector *vector, ot_torrent *match ); |
27 | 27 | ||
28 | #endif | 28 | #endif |