aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-03-17 15:15:19 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2010-03-17 15:15:19 +0000
commite8c8d00ea43c204ee276bde7fb663a0f0249790f (patch)
treea98fdef3c5885eb2eac2ba047e244b3fd3c0f800 /conf.h
parent1c3008ac0b2b29f7e14ec9b874af3277c511c7a4 (diff)
parentf9928cb319c2879a56b7280f09723b26035982d0 (diff)
Merging mainline.
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index b39845ad..f4976039 100644
--- a/conf.h
+++ b/conf.h
@@ -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[] );