diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-05-05 21:32:43 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-05-05 21:32:43 +0000 |
commit | 682a805092260d15ceef81a855ea30004595966f (patch) | |
tree | 63ad79ff94d481feaf75588d0156681a209a7884 /src/or/tor_main.c | |
parent | 6cfdc90d926b149cefba59c27eac6a966ba31877 (diff) | |
download | tor-682a805092260d15ceef81a855ea30004595966f.tar.gz tor-682a805092260d15ceef81a855ea30004595966f.zip |
Comments for nearly all non-tricky files
svn:r1796
Diffstat (limited to 'src/or/tor_main.c')
-rw-r--r-- | src/or/tor_main.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/or/tor_main.c b/src/or/tor_main.c index 28af141477..145828790b 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[]) |