Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/protocols/oscar/aim_internal.h Sat Nov 17 03:18:40 2001 +0000 +++ b/src/protocols/oscar/aim_internal.h Sat Nov 17 13:57:30 2001 +0000 @@ -151,6 +151,7 @@ struct snacgroup *next; }; +#ifdef FAIM_NEED_CONN_INTERNAL struct snacpair { fu16_t group; fu16_t subtype; @@ -170,6 +171,7 @@ struct snacpair *members; struct rateclass *next; }; +#endif /* FAIM_NEED_CONN_INTERNAL */ /* * This is inside every connection. But it is a void * to anything
