WI_ITEM_REC was modified, but CHANNEL_REC, etc. wasn't. BIG mistake.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@402 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-06-30 21:33:57 +00:00 committed by cras
commit 30f4151e51
4 changed files with 7 additions and 1 deletions

View file

@ -11,6 +11,7 @@ typedef struct {
char *name;
int new_data;
int last_color;
time_t createtime;

View file

@ -31,6 +31,7 @@ typedef struct {
char *name;
int new_data;
int last_color;
} WI_IRC_REC;
/* return TRUE if `item' is an IRC type. */

View file

@ -11,6 +11,7 @@ typedef struct {
char *nick;
int new_data;
int last_color;
char *address;
char *server_tag;