comparison src/protocols/msn/nexus.h @ 9193:502707ca1836

[gaim-migrate @ 9988] Patch by Felipe Contreras to add MSN file transfer and buddy icons. Please test and report any bugs! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 06 Jun 2004 02:39:08 +0000
parents 143d0b29ba82
children ab6636c5a136
comparison
equal deleted inserted replaced
9192:5655dcd94d0f 9193:502707ca1836
1 #ifndef _MSN_NEXUS_H_ 1 #ifndef _MSN_NEXUS_H_
2 #define _MSN_NEXUS_H_ 2 #define _MSN_NEXUS_H_
3 3
4 typedef struct _MsnNexus MsnNexus; 4 typedef struct _MsnNexus MsnNexus;
5 5
6 #include "session.h" 6 #include "nexus.h"
7 7
8 struct _MsnNexus 8 struct _MsnNexus
9 { 9 {
10 MsnSession *session; 10 MsnSession *session;
11 11