mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
Add extern keyword several places to link in osx
This commit is contained in:
@@ -42,9 +42,9 @@ extern struct t_config_option *xfer_config_network_port_range;
|
||||
extern struct t_config_option *xfer_config_network_speed_limit;
|
||||
extern struct t_config_option *xfer_config_network_timeout;
|
||||
|
||||
struct t_config_option *xfer_config_file_auto_accept_chats;
|
||||
struct t_config_option *xfer_config_file_auto_accept_files;
|
||||
struct t_config_option *xfer_config_file_auto_accept_nicks;
|
||||
extern struct t_config_option *xfer_config_file_auto_accept_chats;
|
||||
extern struct t_config_option *xfer_config_file_auto_accept_files;
|
||||
extern struct t_config_option *xfer_config_file_auto_accept_nicks;
|
||||
extern struct t_config_option *xfer_config_file_auto_rename;
|
||||
extern struct t_config_option *xfer_config_file_auto_resume;
|
||||
extern struct t_config_option *xfer_config_file_auto_check_crc32;
|
||||
|
||||
Reference in New Issue
Block a user