tor  master
Functions
tor_main.c File Reference

Stub module containing a main() function. More...

#include "orconfig.h"
Include dependency graph for tor_main.c:

Functions

int tor_main (int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Detailed Description

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.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

We keep main() in a separate file so that our unit tests can use functions from main.c.

Here is the call graph for this function:
Here is the caller graph for this function: