aboutsummaryrefslogtreecommitdiff
path: root/src/or/tor_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/tor_main.c')
-rw-r--r--src/or/tor_main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/or/tor_main.c b/src/or/tor_main.c
index 28af14147..145828790 100644
--- a/src/or/tor_main.c
+++ b/src/or/tor_main.c
@@ -2,6 +2,11 @@
/* See LICENSE for licensing information */
/* $Id$ */
+/*****
+ * tor_main.c: Entry point for tor binary. (We keep main() in a
+ * separate file so that our unit tests can use functions from main.c)
+ *****/
+
int tor_main(int argc, char *argv[]);
int main(int argc, char *argv[])