diff options
Diffstat (limited to 'conf.h')
-rw-r--r-- | conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ typedef struct conf size_t ft_max_size; int ft_max_kbps; char *ft_listen; + char **protocols; } conf_t; G_GNUC_MALLOC conf_t *conf_load( int argc, char *argv[] ); |