X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconf.h;h=27561ef7a75f8f7c3a699b70db3fccddd19af59d;hb=2c424175639d62ea806b79173dfe6f554cf3ceb9;hp=015bba5bbd6fccc0c97cfe2388dff3db6bedc551;hpb=8b0e546465b3c53c8e165bc1c84d1f5e74feb6c6;p=meshlink diff --git a/src/conf.h b/src/conf.h index 015bba5b..27561ef7 100644 --- a/src/conf.h +++ b/src/conf.h @@ -33,7 +33,6 @@ typedef struct config_t { extern int pinginterval; extern int pingtimeout; extern int maxtimeout; -extern bool bypass_security; extern void init_configuration(struct splay_tree_t **); extern void exit_configuration(struct splay_tree_t **);