aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-20 10:40:32 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-20 10:40:32 -0500
commit18543c2c9b7b2a2b23b25b2e64262d60a5c448c5 (patch)
tree7d7898139fe469910ef26bf3a8f26e3ba843209f /src/or/main.h
parent3bc580633968ab38ddecb86c866bf95d116afccb (diff)
parent61c721f1458c9779541aa6e07e5e59404cf31dc4 (diff)
downloadtor-18543c2c9b7b2a2b23b25b2e64262d60a5c448c5.tar.gz
tor-18543c2c9b7b2a2b23b25b2e64262d60a5c448c5.zip
Merge remote-tracking branch 'ffmancera/github/bug23271'
Diffstat (limited to 'src/or/main.h')
-rw-r--r--src/or/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/main.h b/src/or/main.h
index 8eb977575e..132c302dda 100644
--- a/src/or/main.h
+++ b/src/or/main.h
@@ -73,6 +73,8 @@ int try_locking(const or_options_t *options, int err_if_locked);
int have_lockfile(void);
void release_lockfile(void);
+void tor_remove_file(const char *filename);
+
void tor_cleanup(void);
void tor_free_all(int postfork);