diff libpurple/protocols/myspace/session.h @ 19433:9a1b28a10c95

In msimprpl, move session-related functions to a new session module.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 26 Aug 2007 06:36:56 +0000
parents 210f792efd7c
children bddc6a6fddf0
line wrap: on
line diff
--- a/libpurple/protocols/myspace/session.h	Sun Aug 26 06:30:41 2007 +0000
+++ b/libpurple/protocols/myspace/session.h	Sun Aug 26 06:36:56 2007 +0000
@@ -17,6 +17,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#ifndef _MYSPACE_SESSION_H
+#define _MYSPACE_SESSION_H
+
 /* Random number in every MsimSession, to ensure it is valid. */
 #define MSIM_SESSION_STRUCT_MAGIC       0xe4a6752b
 
@@ -47,4 +50,4 @@
 /* Check if an MsimSession is valid */
 #define MSIM_SESSION_VALID(s) (session != NULL && session->magic == MSIM_SESSION_STRUCT_MAGIC)
 
-
+#endif /* !_MYSPACE_SESSION_H */