comparison libpurple/protocols/myspace/session.h @ 24757:68cc1a8a0d21

Shuffling things around, remove stray whitespace, remove some forward declarations, make some functions static.
author Mark Doliner <mark@kingant.net>
date Mon, 15 Dec 2008 05:32:31 +0000
parents fae699fece1f
children 295464ae2d2a
comparison
equal deleted inserted replaced
24756:6efcf61cf12b 24757:68cc1a8a0d21
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
18 */ 18 */
19 19
20 #ifndef _MYSPACE_SESSION_H 20 #ifndef _MYSPACE_SESSION_H
21 #define _MYSPACE_SESSION_H 21 #define _MYSPACE_SESSION_H
22
23 #include "account.h"
22 24
23 /* Random number in every MsimSession, to ensure it is valid. */ 25 /* Random number in every MsimSession, to ensure it is valid. */
24 #define MSIM_SESSION_STRUCT_MAGIC 0xe4a6752b 26 #define MSIM_SESSION_STRUCT_MAGIC 0xe4a6752b
25 27
26 /* Everything needed to keep track of a session (proto_data field in PurpleConnection) */ 28 /* Everything needed to keep track of a session (proto_data field in PurpleConnection) */