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.h | |
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.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h index 1b8fc74db5..bac4097917 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -410,7 +410,7 @@ int path_is_relative(const char *filename); /* Process helpers */ void start_daemon(void); void finish_daemon(const char *desired_cwd); -void write_pidfile(char *filename); +void write_pidfile(const char *filename); /* Port forwarding */ void tor_check_port_forwarding(const char *filename, |