commit 443aea0b1de188fe8af9c2ac8fa8bd143a3c6105 Author: George Kadianakis desnacked@riseup.net Date: Mon Feb 13 00:31:01 2012 +0200
Remove the tor_main() prototype from src/main.h. --- src/main.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/main.h b/src/main.h index 65900b3..716479a 100644 --- a/src/main.h +++ b/src/main.h @@ -11,8 +11,6 @@ #ifndef MAIN_H #define MAIN_H
-int tor_main(int argc, char *argv[]); - void finish_shutdown(void);
void obfsproxy_init();
tor-commits@lists.torproject.org