From 79e85313aa611b599f19fea61c38ff3928e1fd59 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 18 Sep 2014 14:03:49 -0400 Subject: Write the outlines of a WritingTests.txt document Also, add some sample tests to be examples. --- src/common/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/util.h') 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, -- cgit v1.2.3-54-g00ecf