comparison libpurple/protocols/msn/nexus.h @ 30749:6444484ada7d

Nexus needs internal too.
author masca@cpw.pidgin.im
date Fri, 28 May 2010 09:24:54 +0000
parents 462cb893521b
children 504a65e03514
comparison
equal deleted inserted replaced
30748:faedd5e7267f 30749:6444484ada7d
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
23 */ 23 */
24 #ifndef MSN_NEXUS_H 24 #ifndef MSN_NEXUS_H
25 #define MSN_NEXUS_H 25 #define MSN_NEXUS_H
26
27 #include "internal.h"
26 28
27 typedef struct _MsnNexus MsnNexus; 29 typedef struct _MsnNexus MsnNexus;
28 typedef struct _MsnTicketToken MsnTicketToken; 30 typedef struct _MsnTicketToken MsnTicketToken;
29 typedef struct _MsnUsrKey MsnUsrKey; 31 typedef struct _MsnUsrKey MsnUsrKey;
30 32