diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 2736733..d4db161 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -81,11 +81,6 @@ struct replyq { pthread_cond_t cond; }; -struct listenerarg { - int s; - uint8_t acconly; -}; - struct clsrvconf { char *name; uint8_t type; /* RAD_UDP/RAD_TLS/RAD_TCP */ |