summaryrefslogtreecommitdiff
path: root/lib/libradsec.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libradsec.h')
-rw-r--r--lib/libradsec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libradsec.h b/lib/libradsec.h
index 81c8f4c..61cb9e6 100644
--- a/lib/libradsec.h
+++ b/lib/libradsec.h
@@ -43,7 +43,7 @@ struct rs_alloc_scheme {
rs_realloc_fp realloc;
};
-struct rs_config {
+struct rs_handle {
enum rs_conn_type conn_type;
struct rs_credentials transport_credentials;
struct rs_alloc_scheme alloc_scheme;