Move .gitignore to lib/ in preparation for moving lib to the root.
[libradsec.git] / radsec.h
1 /* Copyright 2012 NORDUnet A/S. All rights reserved.
2    See LICENSE for licensing information. */
3
4 struct rs_error *rs_resolve (struct evutil_addrinfo **addr,
5                              rs_conn_type_t type,
6                              const char *hostname,
7                              const char *service);