wee-config.c:struct t_config_option *config_network_gnutls_ca_file; wee-config.c:struct t_config_option *config_network_gnutls_handshake_timeout; wee-config.c: * Callback for changes on option "weechat.network.gnutls_ca_file". wee-config.c:config_change_network_gnutls_ca_file (void *data, wee-config.c: if (network_init_gnutls_ok) wee-config.c: network_set_gnutls_ca_file (); wee-config.c: config_network_gnutls_ca_file = config_file_new_option ( wee-config.c: "gnutls_ca_file", "string", wee-config.c: &config_change_network_gnutls_ca_file, NULL, NULL, NULL); wee-config.c: config_network_gnutls_handshake_timeout = config_file_new_option ( wee-config.c: "gnutls_handshake_timeout", "integer", wee-config.c: N_("timeout (in seconds) for gnutls handshake"), wee-config.h:extern struct t_config_option *config_network_gnutls_ca_file; wee-config.h:extern struct t_config_option *config_network_gnutls_handshake_timeout;