diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/radsec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/radsec.c b/lib/radsec.c index 1ffc244..6104e46 100644 --- a/lib/radsec.c +++ b/lib/radsec.c @@ -95,7 +95,7 @@ rs_context_init_freeradius_dict (struct rs_context *ctx, const char *dict) return r; } -struct rs_error * /* FIXME: Return int as all the others? */ +struct rs_error * rs_resolv (struct evutil_addrinfo **addr, rs_conn_type_t type, const char *hostname, |