diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-14 09:37:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-25 16:35:34 -0400 |
commit | ab6ddc7a33f7ae6611ebaa00b6bc526d9c286b41 (patch) | |
tree | 24caac682b9bd1c002f8fadccd7d856431bd91b5 /src/app/main/main.h | |
parent | 4bdff5e3e9d4ea11c7e8043e75d63c4f366558e8 (diff) | |
download | tor-ab6ddc7a33f7ae6611ebaa00b6bc526d9c286b41.tar.gz tor-ab6ddc7a33f7ae6611ebaa00b6bc526d9c286b41.zip |
practracker: split shutdown code out of main.c
This is necessary to get the number of includes in main.c back under
control. (In the future, we could just use the subsystem manager for
this kind of stuff.)
Diffstat (limited to 'src/app/main/main.h')
-rw-r--r-- | src/app/main/main.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/app/main/main.h b/src/app/main/main.h index 23a436703e..6910082090 100644 --- a/src/app/main/main.h +++ b/src/app/main/main.h @@ -21,9 +21,6 @@ void release_lockfile(void); void tor_remove_file(const char *filename); -void tor_cleanup(void); -void tor_free_all(int postfork); - int tor_init(int argc, char **argv); int run_tor_main_loop(void); |