summaryrefslogtreecommitdiff
path: root/src/plugins/xfer/xfer-config.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-01-06 11:21:12 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-01-06 11:21:12 +0100
commit646a0725119330e518495018ea911fc6b144c83c (patch)
tree8f32b506bfa819dbbb7acc04a28a76f28e4b28ae /src/plugins/xfer/xfer-config.h
parent0ac504a18ba2afe5410494d249d001de724c4125 (diff)
downloadweechat-646a0725119330e518495018ea911fc6b144c83c.zip
xfer: add option xfer.file.auto_check_crc32 (patch #7963)
Thanks to Andrew Potter for the patch.
Diffstat (limited to 'src/plugins/xfer/xfer-config.h')
-rw-r--r--src/plugins/xfer/xfer-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/xfer/xfer-config.h b/src/plugins/xfer/xfer-config.h
index d515d74e0..65f38538d 100644
--- a/src/plugins/xfer/xfer-config.h
+++ b/src/plugins/xfer/xfer-config.h
@@ -47,6 +47,7 @@ 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_rename;
extern struct t_config_option *xfer_config_file_auto_resume;
+extern struct t_config_option *xfer_config_file_auto_check_crc32;
extern struct t_config_option *xfer_config_file_convert_spaces;
extern struct t_config_option *xfer_config_file_download_path;
extern struct t_config_option *xfer_config_file_upload_path;