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-levent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libradsec-levent.h') diff --git a/lib/libradsec-levent.h b/lib/libradsec-levent.h index f79816c..4189dfc 100644 --- a/lib/libradsec-levent.h +++ b/lib/libradsec-levent.h @@ -7,7 +7,7 @@ #include "libradsec.h" struct rs_connection { - struct rs_config *conf; + struct rs_handle *conf; struct sockaddr_storage addr; char open_flag; }; -- cgit v1.1