comparison libpurple/protocols/msn/notification.h @ 23300:5cdd93dac7a2

Delete trailing whitespace
author Mark Doliner <mark@kingant.net>
date Fri, 06 Jun 2008 22:46:04 +0000
parents 723b5a2f91ce
children 02945b79a6d8 1ac5faa72c8d
comparison
equal deleted inserted replaced
23299:b2f91d7d3427 23300:5cdd93dac7a2
28 /*MSNP13 challenge*/ 28 /*MSNP13 challenge*/
29 #define MSNP13_WLM_PRODUCT_KEY "O4BG@C7BWLYQX?5G" 29 #define MSNP13_WLM_PRODUCT_KEY "O4BG@C7BWLYQX?5G"
30 #define MSNP13_WLM_PRODUCT_ID "PROD01065C%ZFN6F" 30 #define MSNP13_WLM_PRODUCT_ID "PROD01065C%ZFN6F"
31 31
32 #define MSNP10_PRODUCT_KEY "VT6PX?UQTM4WM%YR" 32 #define MSNP10_PRODUCT_KEY "VT6PX?UQTM4WM%YR"
33 #define MSNP10_PRODUCT_ID "PROD0038W!61ZTF9" 33 #define MSNP10_PRODUCT_ID "PROD0038W!61ZTF9"
34 34
35 typedef struct _MsnNotification MsnNotification; 35 typedef struct _MsnNotification MsnNotification;
36 36
37 #include "session.h" 37 #include "session.h"
38 #include "servconn.h" 38 #include "servconn.h"
69 69
70 /** 70 /**
71 * Closes a notification. 71 * Closes a notification.
72 * 72 *
73 * It's first closed, and then disconnected. 73 * It's first closed, and then disconnected.
74 * 74 *
75 * @param notification The notification object to close. 75 * @param notification The notification object to close.
76 */ 76 */
77 void msn_notification_close(MsnNotification *notification); 77 void msn_notification_close(MsnNotification *notification);
78 78
79 void msn_got_login_params(MsnSession *session, const char *login_params); 79 void msn_got_login_params(MsnSession *session, const char *login_params);