summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-10-01 01:49:53 +0000
committerRoger Dingledine <arma@torproject.org>2003-10-01 01:49:53 +0000
commitefa8e288ef7e390a40c6ab7066c7dd0378f8e6ba (patch)
tree7c49a4cf02ab168801b175eb45f5493bc0be6f28 /src/or/main.c
parent91cf86d8da10b4b325d2c884a737f5c079244751 (diff)
downloadtor-efa8e288ef7e390a40c6ab7066c7dd0378f8e6ba.tar.gz
tor-efa8e288ef7e390a40c6ab7066c7dd0378f8e6ba.zip
my_routerinfo, router_is_me, and learn_my_address are obsolete
ACIs are decided now by strcmp'ing nicknames, rather than comparing addr:port svn:r529
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index eabb6d2711..4417cecedf 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -7,7 +7,6 @@
/********* START PROTOTYPES **********/
static void dumpstats(void); /* dump stats to stdout */
-static int init_descriptor(void);
/********* START VARIABLES **********/