Return free memory more aggressively.
[radsecproxy.git] / main.c
1 /* Copyright (c) 2011, NORDUnet A/S */
2 /* See LICENSE for licensing information. */
3
4 int radsecproxy_main(int argc, char **argv);
5
6 int main(int argc, char **argv)
7 {
8   return radsecproxy_main(argc, argv);
9 }
10
11 /* Local Variables: */
12 /* c-file-style: "stroustrup" */
13 /* End: */