comparison src/protocols/oscar/aim_internal.h @ 2734:9fc65bb80596

[gaim-migrate @ 2747] it's 6am committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 17 Nov 2001 13:57:30 +0000
parents 03bf072c6238
children 9467e4ee81be
comparison
equal deleted inserted replaced
2733:eeac6ea7ade6 2734:9fc65bb80596
149 struct snacgroup { 149 struct snacgroup {
150 fu16_t group; 150 fu16_t group;
151 struct snacgroup *next; 151 struct snacgroup *next;
152 }; 152 };
153 153
154 #ifdef FAIM_NEED_CONN_INTERNAL
154 struct snacpair { 155 struct snacpair {
155 fu16_t group; 156 fu16_t group;
156 fu16_t subtype; 157 fu16_t subtype;
157 struct snacpair *next; 158 struct snacpair *next;
158 }; 159 };
168 fu32_t max; 169 fu32_t max;
169 fu8_t unknown[5]; /* only present in versions >= 3 */ 170 fu8_t unknown[5]; /* only present in versions >= 3 */
170 struct snacpair *members; 171 struct snacpair *members;
171 struct rateclass *next; 172 struct rateclass *next;
172 }; 173 };
174 #endif /* FAIM_NEED_CONN_INTERNAL */
173 175
174 /* 176 /*
175 * This is inside every connection. But it is a void * to anything 177 * This is inside every connection. But it is a void * to anything
176 * outside of libfaim. It should remain that way. It's called data 178 * outside of libfaim. It should remain that way. It's called data
177 * abstraction. Maybe you've heard of it. (Probably not if you're a 179 * abstraction. Maybe you've heard of it. (Probably not if you're a