mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 13:26:44 +02:00
fix bootstrapping
This commit is contained in:
@ -131,7 +131,7 @@ struct FileTransfer *get_file_transfer_struct(uint32_t friendnum, uint32_t filen
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* Returns a pointer to friendnum's file receiver associated with index with the direction specified.
|
||||
/* Returns a pointer to the FileTransfer struct associated with index with the direction specified.
|
||||
* Returns NULL on failure.
|
||||
*/
|
||||
struct FileTransfer *get_file_transfer_struct_index(uint32_t friendnum, uint32_t index,
|
||||
|
Reference in New Issue
Block a user