diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 314c000..4601259 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -209,3 +209,7 @@ void freerq(struct request *rq); int radsrv(struct request *rq); void replyh(struct server *server, unsigned char *buf); struct addrinfo *resolve_hostport_addrinfo(uint8_t type, char *hostport); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */ |