diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 9a71de3..e1ffb53 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -54,6 +54,8 @@ struct options { char *tlscertificatekeyfile; char *tlscertificatekeypassword; char *udpserverport; + char *listenudp; + char *listentcp; }; /* requests that our client will send */ |