better documentation on tr_torrentParse()'s behavior

This commit is contained in:
Charles Kerr 2007-06-28 01:20:10 +00:00
parent 8aa002b25e
commit 831cd4a3da
1 changed files with 2 additions and 1 deletions

View File

@ -283,7 +283,8 @@ typedef struct tr_info_s tr_info_t;
*
" "setme_info" can be NULL if you don't need the information.
* If the metainfo can be parsed and setme_info is non-NULL,
* it will be filled with the metadata's info.
* it will be filled with the metadata's info. You'll need to
* call tr_metainfoFree( setme_info ) when done with it.
*/
int tr_torrentParse( const tr_handle_t * handle,
const char * metainfo_filename,