diff options
author | Linus Nordberg <linus@nordu.net> | 2010-09-15 00:49:54 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-09-15 00:49:54 +0200 |
commit | 2c5c0696e3b1ebd25c8ba6615187edc02b96da4b (patch) | |
tree | 122abf4042c59b842d2325bffba4386377fe2b06 /lib/libradsec-levent.h | |
parent | c0b178a6ed8d0f539aabf3548ac620bde37db905 (diff) |
Rename rs_config to rs_handle.
A configuration will be something else.
Diffstat (limited to 'lib/libradsec-levent.h')
-rw-r--r-- | lib/libradsec-levent.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |