X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=e312cccad1b0f5228dbc38db10e3b081eed52f75;hp=a97526c61e606e89eee7fdecc3ecd682bfa41eb6;hb=84706af7fec9243f84a3c11a3492f64b3af1cbe6;hpb=46a191caf6bff88f8e4cf1a577ba33a60efb015e diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index a97526c6..e312ccca 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: conf.h,v 1.35 2005/07/11 14:11:35 fw Exp $ + * $Id: conf.h,v 1.36 2005/07/28 16:23:55 fw Exp $ * * Configuration management (header) */ @@ -20,6 +20,7 @@ #include #include "defines.h" +#include "array.h" #include "portab.h" typedef struct _Conf_Oper @@ -48,7 +49,7 @@ typedef struct _Conf_Channel { char name[CHANNEL_NAME_LEN]; /* Name of the channel */ char modes[CHANNEL_MODE_LEN]; /* Initial channel modes */ - char topic[CHANNEL_TOPIC_LEN]; /* Initial topic */ + array topic; /* Initial topic */ } CONF_CHANNEL;