Mercurial > pidgin
view src/protocols/msn/nexus.h @ 8486:538f4d0faf1d
[gaim-migrate @ 9221]
Don't use this, it's doesn't work, it's buggy, and it has security
problems. I just don't want to pull a Sean Egan and delete everthing
I have so far.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 23 Mar 2004 03:39:06 +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_ */