diff options
Diffstat (limited to 'ot_vector.h')
-rw-r--r-- | ot_vector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_vector.h b/ot_vector.h index 8863855..c99a8b4 100644 --- a/ot_vector.h +++ b/ot_vector.h | |||
@@ -23,4 +23,4 @@ void *vector_find_or_insert( ot_vector *vector, void *key, size_t member_size, s | |||
23 | int vector_remove_peer( ot_vector *vector, ot_peer *peer, int hysteresis ); | 23 | int vector_remove_peer( ot_vector *vector, ot_peer *peer, int hysteresis ); |
24 | void vector_remove_torrent( ot_vector *vector, ot_torrent *match ); | 24 | void vector_remove_torrent( ot_vector *vector, ot_torrent *match ); |
25 | 25 | ||
26 | #endif \ No newline at end of file | 26 | #endif |