diff options
Diffstat (limited to 'conf.h')
-rw-r--r-- | conf.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -49,7 +49,9 @@ typedef struct conf int ping_interval; int ping_timeout; char *user; - size_t max_filetransfer_size; + size_t ft_max_size; + int ft_max_kbps; + char *ft_listen; } conf_t; G_GNUC_MALLOC conf_t *conf_load( int argc, char *argv[] ); |