X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.h;h=77ec5c97b74bf70c2fcea82594c2bafa4bc5e08b;hp=e9fb2ae13e9770c662dee1f1148ebe7088e30f66;hb=8d472a415e9c5fdb878386005d29cdfd97b8a404;hpb=38c80bdd46fab68c686a293e2820041291972f3a diff --git a/src/conf.h b/src/conf.h index e9fb2ae1..77ec5c97 100644 --- a/src/conf.h +++ b/src/conf.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: conf.h,v 1.6.4.34 2002/09/09 21:24:31 guus Exp $ + $Id: conf.h,v 1.6.4.35 2002/09/15 12:26:24 guus Exp $ */ #ifndef __TINC_CONF_H__ @@ -56,7 +56,6 @@ extern config_t *lookup_config(avl_tree_t *, char *); extern config_t *lookup_config_next(avl_tree_t *, config_t *); extern int get_config_bool(config_t *, int *); extern int get_config_int(config_t *, int *); -extern int get_config_port(config_t *, port_t *); extern int get_config_string(config_t *, char **); extern int get_config_address(config_t *, struct addrinfo **); struct subnet_t; /* Needed for next line. */