mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
expand documentation on tor_remove_file
This commit is contained in:
parent
4b7b305bf0
commit
c99ec36def
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue