Tor
0.4.7.0-alpha-dev
|
Stub module containing a main() function. More...
#include "orconfig.h"
Go to the source code of this file.
Functions | |
int | tor_main (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
Stub module containing a main() function.
We keep the main function in a separate module so that the unit tests, which have their own main()s, can link against main.c.
Definition in file tor_main.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
We keep main() in a separate file so that our unit tests can use functions from main.c.
Definition at line 25 of file tor_main.c.