diff options
Diffstat (limited to 'src/plugins/relay/relay-config.h')
-rw-r--r-- | src/plugins/relay/relay-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/relay/relay-config.h b/src/plugins/relay/relay-config.h index 30fe1a01a..6671127a4 100644 --- a/src/plugins/relay/relay-config.h +++ b/src/plugins/relay/relay-config.h @@ -31,6 +31,7 @@ extern struct t_config_option *relay_config_color_text_bg; extern struct t_config_option *relay_config_color_text_selected; extern struct t_config_option *relay_config_color_status[]; +extern struct t_config_option *relay_config_network_enabled; extern struct t_config_option *relay_config_network_listen_port_range; extern int relay_config_init (); |