X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconf.h;fp=src%2Fconf.h;h=39eb056cb98e7546253b6827d79ec17a6c1a09ab;hb=7dbb65e77ec5fd815c64e1484279d63279679e65;hp=27561ef7a75f8f7c3a699b70db3fccddd19af59d;hpb=1073af306d1b5e6ba20d243350c7afcc6f7d68e4;p=meshlink diff --git a/src/conf.h b/src/conf.h index 27561ef7..39eb056c 100644 --- a/src/conf.h +++ b/src/conf.h @@ -30,9 +30,6 @@ typedef struct config_t { int line; } config_t; -extern int pinginterval; -extern int pingtimeout; -extern int maxtimeout; extern void init_configuration(struct splay_tree_t **); extern void exit_configuration(struct splay_tree_t **);