Mercurial > pidgin
diff src/multi.h @ 981:7e231bc0018a
[gaim-migrate @ 991]
I think I need a Pepsi.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 13 Oct 2000 07:24:40 +0000 |
| parents | 2cd7b73e2c9a |
| children | 9523b772e546 |
line wrap: on
line diff
--- a/src/multi.h Thu Oct 12 18:59:36 2000 +0000 +++ b/src/multi.h Fri Oct 13 07:24:40 2000 +0000 @@ -34,6 +34,7 @@ /* we need to do either oscar or TOC */ /* we make this as an int in case if we want to add more protocols later */ int protocol; + struct prpl *prpl; /* let's do the oscar-specific stuff first since i know it better */ struct aim_session_t *oscar_sess;
