From 991f3649c83cb277451c901a778bbc94d67c5f89 Mon Sep 17 00:00:00 2001 From: venaas Date: Thu, 21 Jun 2007 08:47:12 +0000 Subject: added host option to client/server, improved client_cb/server_cb, added missing free of tls option value git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@148 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'radsecproxy.h') diff --git a/radsecproxy.h b/radsecproxy.h index 3733a18..05050d9 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Stig Venaas + * Copyright (C) 2006, 2007 Stig Venaas * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -75,6 +75,7 @@ struct replyq { }; struct clsrvconf { + char *name; char type; /* U for UDP, T for TLS */ char *host; char *port; -- cgit v1.1