diff options
author | Linus Nordberg <linus@nordu.net> | 2012-04-25 17:45:24 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-04-25 17:45:24 +0200 |
commit | d059d851f47be5ff17cb1ed432f88022e4fed559 (patch) | |
tree | 6d21967b4d686d8314260454654660732fb212ee /lib/radsec.h | |
parent | 19b5ce7ac3f838e689ae6e6b1e4a0c114b44ce67 (diff) |
Add missing radsec.h.
Diffstat (limited to 'lib/radsec.h')
-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); |