expand documentation on tor_remove_file

This commit is contained in:
Nick Mathewson 2017-12-20 10:43:27 -05:00
parent 4b7b305bf0
commit c99ec36def

View file

@ -3397,7 +3397,10 @@ tor_free_all(int postfork)
}
}
/** Remove the specified file. */
/**
* Remove the specified file, and log a warning if the operation fails for
* any reason other than the file not existing.
*/
void
tor_remove_file(const char *filename)
{