Don't cry and die on a configured server (!) which doesn't resolve (DNS). Just cry...
[radsecproxy.git] / common.h
1 /*
2  * Copyright (C) 2012 NORDUnet A/S
3  *
4  * Permission to use, copy, modify, and distribute this software for any
5  * purpose with or without fee is hereby granted, provided that the above
6  * copyright notice and this permission notice appear in all copies.
7  */
8
9 int addserverextra(const struct clsrvconf *conf,
10                    int *socket4,
11                    int *socket6,
12                    struct addrinfo *addrinfo);
13
14 /* Local Variables: */
15 /* c-file-style: "stroustrup" */
16 /* End: */