Mercurial > pidgin.yaz
view src/protocols/msn/nexus.h @ 8577:599d6ac9bbfe
[gaim-migrate @ 9326]
a jabber tweak i forgot to commit
a fix for logging times wrt daylight savings time
re-fix html logging timestamp sizes, after the syslog merge
a cosmetic change to the log window
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 04 Apr 2004 18:27:45 +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_ */