diff options
-rw-r--r-- | lib/radsec.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/radsec.h b/lib/radsec.h new file mode 100644 index 0000000..9e64692 --- /dev/null +++ b/lib/radsec.h @@ -0,0 +1,7 @@ +/* Copyright 2012 NORDUnet A/S. All rights reserved. + See the file COPYING for licensing information. */ + +struct rs_error *rs_resolve (struct evutil_addrinfo **addr, + rs_conn_type_t type, + const char *hostname, + const char *service); |