X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconf.h;h=17dcc5955538df01095aa40b6f851c2c28da5118;hb=7af072dcd530982027332c1d58bd3e476b2139f9;hp=5395322e6bee3519869bda6b87f58e507670868b;hpb=f5bb64b36ae0807cdd3f241f81a8e933065437f6;p=meshlink diff --git a/src/conf.h b/src/conf.h index 5395322e..17dcc595 100644 --- a/src/conf.h +++ b/src/conf.h @@ -1,7 +1,7 @@ /* conf.h -- header for conf.c Copyright (C) 1998-2005 Ivo Timmermans - 2000-2012 Guus Sliepen + 2000-2013 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,8 +31,6 @@ typedef struct config_t { int line; } config_t; -#include "subnet.h" - extern splay_tree_t *config_tree; extern int pinginterval; @@ -52,7 +50,6 @@ extern bool get_config_bool(const config_t *, bool *); extern bool get_config_int(const config_t *, int *); extern bool get_config_string(const config_t *, char **); extern bool get_config_address(const config_t *, struct addrinfo **); -extern bool get_config_subnet(const config_t *, struct subnet_t **); extern config_t *parse_config_line(char *, const char *, int); extern bool read_config_file(splay_tree_t *, const char *);