comparison libpurple/protocols/msn/notification.h @ 23302:02945b79a6d8

Minor documentation and whitespace
author Mark Doliner <mark@kingant.net>
date Fri, 06 Jun 2008 23:10:01 +0000
parents 5cdd93dac7a2
children f85450504940
comparison
equal deleted inserted replaced
23301:ac4a06685b95 23302:02945b79a6d8
39 #include "cmdproc.h" 39 #include "cmdproc.h"
40 40
41 struct _MsnNotification 41 struct _MsnNotification
42 { 42 {
43 MsnSession *session; 43 MsnSession *session;
44
45 /**
46 * This is a convenience pointer that always points to
47 * servconn->cmdproc
48 */
44 MsnCmdProc *cmdproc; 49 MsnCmdProc *cmdproc;
45 MsnServConn *servconn; 50 MsnServConn *servconn;
46 51
47 gboolean in_use; 52 gboolean in_use;
48 }; 53 };