From 2c5c0696e3b1ebd25c8ba6615187edc02b96da4b Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 15 Sep 2010 00:49:54 +0200 Subject: Rename rs_config to rs_handle. A configuration will be something else. --- lib/libradsec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libradsec.h') 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; -- cgit v1.1