diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-18 14:03:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-05-07 15:29:16 -0400 |
commit | 79e85313aa611b599f19fea61c38ff3928e1fd59 (patch) | |
tree | d6c25dae4999d42a33810134f49d7d650a25b2dc /src/common/util.c | |
parent | 3668a4126e0c2502a77c2ba5d7885add489a964a (diff) | |
download | tor-79e85313aa611b599f19fea61c38ff3928e1fd59.tar.gz tor-79e85313aa611b599f19fea61c38ff3928e1fd59.zip |
Write the outlines of a WritingTests.txt document
Also, add some sample tests to be examples.
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index f7baab0791..037acad87b 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -3538,7 +3538,7 @@ finish_daemon(const char *cp) /** Write the current process ID, followed by NL, into <b>filename</b>. */ void -write_pidfile(char *filename) +write_pidfile(const char *filename) { FILE *pidfile; |