diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-26 10:11:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-26 10:11:45 -0400 |
commit | 4895d8288c04577ffc1aed92ee4bffbabbd23295 (patch) | |
tree | 1cd134738d5fe72753de9f28863a011bf97dc0c9 /src/common/sandbox.h | |
parent | cc90b57b045596a3ace603b23c6c932c841cb050 (diff) | |
download | tor-4895d8288c04577ffc1aed92ee4bffbabbd23295.tar.gz tor-4895d8288c04577ffc1aed92ee4bffbabbd23295.zip |
Do not treat "DOCDOC" as doxygen.
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r-- | src/common/sandbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sandbox.h b/src/common/sandbox.h index 4918ad047b..2defd8bbd4 100644 --- a/src/common/sandbox.h +++ b/src/common/sandbox.h @@ -152,7 +152,7 @@ int sandbox_cfg_allow_open_filename(sandbox_cfg_t **cfg, char *file); int sandbox_cfg_allow_chmod_filename(sandbox_cfg_t **cfg, char *file); int sandbox_cfg_allow_chown_filename(sandbox_cfg_t **cfg, char *file); -/**DOCDOC*/ +/* DOCDOC */ int sandbox_cfg_allow_rename(sandbox_cfg_t **cfg, char *file1, char *file2); /** |