From 59e93add209b19fd1c29209930397a20a9d9c932 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 4 Apr 2011 16:15:22 +0200 Subject: Move F-Ticks logging to fticks.c. --- radsecproxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'radsecproxy.h') 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" */ -- cgit v1.1