comparison libpurple/protocols/msn/nexus.h @ 31292:47b6eda87723

propagate from branch 'im.pidgin.pidgin' (head 07d0765c444a097af45c2650f54323afb900a07b) to branch 'im.pidgin.soc.2010.msn-tlc' (head f3998422a4724ab424e4e2328f58fc0504856557)
author masca@cpw.pidgin.im
date Mon, 19 Jul 2010 21:11:32 +0000
parents 6444484ada7d
children 504a65e03514
comparison
equal deleted inserted replaced
30698:e874875a74a7 31292:47b6eda87723
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