diff options
author | Linus Nordberg <linus@nordu.net> | 2011-04-04 16:15:22 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-04-04 16:15:22 +0200 |
commit | 59e93add209b19fd1c29209930397a20a9d9c932 (patch) | |
tree | 83eb26c4be1a9b1dd5e8967dc1c15e2935692794 /radsecproxy.h | |
parent | 6d0efe60b28340a073a6ebd908e9e7fda46d025f (diff) |
Move F-Ticks logging to fticks.c.
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 1644c77..3c80ee6 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -230,6 +230,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); +uint8_t *radattr2ascii(struct tlv *attr); /* Local Variables: */ /* c-file-style: "stroustrup" */ |