1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 13:26:44 +02:00

fix bootstrapping

This commit is contained in:
Jfreegman
2015-03-29 19:05:24 -04:00
parent 522aabd4e4
commit 12c880ab51
5 changed files with 35 additions and 380 deletions

View File

@ -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,