mirror of
git://erdgeist.org/opentracker
synced 2025-03-01 20:41:31 +08:00
Formatting
This commit is contained in:
parent
8bee224dc0
commit
b73b19f8f4
@ -10,6 +10,6 @@ void clean_init( void );
|
||||
void clean_deinit( void );
|
||||
|
||||
void clean_all_torrents( void );
|
||||
int clean_single_torrent( ot_torrent *torrent );
|
||||
int clean_single_torrent( ot_torrent *torrent );
|
||||
|
||||
#endif
|
||||
|
@ -22,7 +22,7 @@ void *binary_search( const void * const key, const void * base, const size_t mem
|
||||
size_t compare_size, int *exactmatch );
|
||||
void *vector_find_or_insert( ot_vector *vector, void *key, size_t member_size, size_t compare_size, int *exactmatch );
|
||||
|
||||
int vector_remove_peer( ot_vector *vector, ot_peer *peer, int hysteresis );
|
||||
void vector_remove_torrent( ot_vector *vector, ot_torrent *match );
|
||||
int vector_remove_peer( ot_vector *vector, ot_peer *peer, int hysteresis );
|
||||
void vector_remove_torrent( ot_vector *vector, ot_torrent *match );
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user