diff options
Diffstat (limited to 'src/plugins/xfer/xfer-config.h')
-rw-r--r-- | src/plugins/xfer/xfer-config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/xfer/xfer-config.h b/src/plugins/xfer/xfer-config.h index a7753d024..3101693a4 100644 --- a/src/plugins/xfer/xfer-config.h +++ b/src/plugins/xfer/xfer-config.h @@ -22,9 +22,12 @@ #define XFER_CONFIG_NAME "xfer" +#define XFER_CONFIG_PROGRESS_BAR_MAX_SIZE 256 + extern struct t_config_file *xfer_config; extern struct t_config_option *xfer_config_look_auto_open_buffer; +extern struct t_config_option *xfer_config_look_progress_bar_size; extern struct t_config_option *xfer_config_color_text; extern struct t_config_option *xfer_config_color_text_bg; |