comparison src/gaim.h @ 1229:229bf438c591

[gaim-migrate @ 1239] not sure if this works yet committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 11 Dec 2000 07:42:19 +0000
parents 0baf39dc5437
children a9cf2f61a7b1
comparison
equal deleted inserted replaced
1228:6773043cf9f6 1229:229bf438c591
241 }; 241 };
242 242
243 struct buddy_pounce { 243 struct buddy_pounce {
244 char name[80]; 244 char name[80];
245 char message[2048]; 245 char message[2048];
246 char command[2048];
246 int popup; 247 int popup;
247 int sendim; 248 int sendim;
249 int cmd;
248 250
249 char pouncer[80]; 251 char pouncer[80];
250 int protocol; 252 int protocol;
251 253
252 int signon; 254 int signon;