]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/channel.h
Channel key file: store file name and open on each access.
[ngircd-alex.git] / src / ngircd / channel.h
index 3aa1853dd1b344beb4d0117a79e65b632445ec74..411c345807a0d7a755c303a7c5017eadae3a05ca 100644 (file)
@@ -37,7 +37,7 @@ typedef struct _CHANNEL
        unsigned long maxusers;         /* Maximum number of members (mode "l") */
        struct list_head list_bans;     /* list head of banned users */
        struct list_head list_invites;  /* list head of invited users */
-       FILE *keyfile;                  /* handle of the channel key file */
+       array keyfile;                  /* Name of the channel key file */
 } CHANNEL;
 
 typedef struct _CLIENT2CHAN