Mercurial > pidgin
view src/protocols/msn/nexus.h @ 8583:fc27237783ee
[gaim-migrate @ 9333]
Added Felipe Contreras's patch to reorganize and clean up the MSN
protocol plugin. Thanks, and once again, apologies for the what must have
seemed a never-ending delay.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Mon, 05 Apr 2004 07:11:24 +0000 |
parents | 143d0b29ba82 |
children | 502707ca1836 |
line wrap: on
line source
#ifndef _MSN_NEXUS_H_ #define _MSN_NEXUS_H_ typedef struct _MsnNexus MsnNexus; #include "session.h" struct _MsnNexus { MsnSession *session; char *login_host; char *login_path; GHashTable *challenge_data; }; void msn_nexus_connect(MsnNexus *nexus); MsnNexus *msn_nexus_new(MsnSession *session); void msn_nexus_destroy(MsnNexus *nexus); #endif /* _MSN_NEXUS_H_ */