summaryrefslogtreecommitdiff
path: root/ot_vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ot_vector.h')
-rw-r--r--ot_vector.h4
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 );
23void *vector_find_or_insert( ot_vector *vector, void *key, size_t member_size, size_t compare_size, int *exactmatch ); 23void *vector_find_or_insert( ot_vector *vector, void *key, size_t member_size, size_t compare_size, int *exactmatch );
24 24
25int vector_remove_peer( ot_vector *vector, ot_peer *peer, int hysteresis ); 25int vector_remove_peer( ot_vector *vector, ot_peer *peer, int hysteresis );
26void vector_remove_torrent( ot_vector *vector, ot_torrent *match ); 26void vector_remove_torrent( ot_vector *vector, ot_torrent *match );
27 27
28#endif 28#endif