src/core.h

changeset 3136
8d988a6d2f4c
parent 2993
0340d0a8b810
child 3205
d7df8ab0a306
equal deleted inserted replaced
3135:651537e438ca 3136:8d988a6d2f4c
108 void *data; 108 void *data;
109 }; 109 };
110 110
111 #endif 111 #endif
112 112
113 #define BUDDY_ALIAS_MAXLEN 388 /* because MSN names can be 387 characters */
114
113 struct buddy { 115 struct buddy {
114 int edittype; /* XXX CUI: this is really a GUI function and we need to put this in ui.h */ 116 int edittype; /* XXX CUI: this is really a GUI function and we need to put this in ui.h */
115 char name[80]; 117 char name[80];
116 char show[388]; /* because MSN names can be 387 characters */ 118 char show[BUDDY_ALIAS_MAXLEN];
117 int present; 119 int present;
118 int evil; 120 int evil;
119 time_t signon; 121 time_t signon;
120 time_t idle; 122 time_t idle;
121 int uc; 123 int uc;

mercurial