diff src/gaim.h @ 1336:f3303fc05572

[gaim-migrate @ 1346] icq is much improved. protocols can store per-buddy data. add_buddies is less important. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 20 Dec 2000 15:12:35 +0000
parents 035945fca2d5
children 84aef77f0add
line wrap: on
line diff
--- a/src/gaim.h	Wed Dec 20 14:12:54 2000 +0000
+++ b/src/gaim.h	Wed Dec 20 15:12:35 2000 +0000
@@ -221,6 +221,7 @@
 	time_t idle;
         int uc;
 	gushort caps; /* woohoo! */
+	void *proto_data; /* what a hack */
 };
 
 struct buddy_show {