comparison src/core.h @ 2753:9ed09c48131b

[gaim-migrate @ 2766] you didn't see that committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 19 Nov 2001 04:09:58 +0000
parents c694ece804bf
children b1e300a85678
comparison
equal deleted inserted replaced
2752:c694ece804bf 2753:9ed09c48131b
110 #endif 110 #endif
111 111
112 struct buddy { 112 struct buddy {
113 int edittype; /* XXX CUI: this is really a GUI function and we need to put this in ui.h */ 113 int edittype; /* XXX CUI: this is really a GUI function and we need to put this in ui.h */
114 char name[80]; 114 char name[80];
115 char show[388]; /* 121 because MSN names can be 387 characters */ 115 char show[388]; /* because MSN names can be 387 characters */
116 int present; 116 int present;
117 int evil; 117 int evil;
118 time_t signon; 118 time_t signon;
119 time_t idle; 119 time_t idle;
120 int uc; 120 int uc;