mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk libT) tr_set_func is only used in one place, so make it a private function there instead of leaving it public in utils.h
This commit is contained in:
@@ -402,8 +402,6 @@ char* tr_strsep( char ** str, const char * delim );
|
||||
****
|
||||
***/
|
||||
|
||||
typedef void ( tr_set_func )( void * element, void * userData );
|
||||
|
||||
int compareInt( const void * va, const void * vb );
|
||||
|
||||
void tr_sha1_to_hex( char * out, const uint8_t * sha1 ) TR_GNUC_NONNULL(1,2);
|
||||
|
||||
Reference in New Issue
Block a user