diff libpurple/protocols/myspace/session.h @ 19435:bddc6a6fddf0

In msimprpl, move user-related code to a new user module, and move other pieces of code into their proper modules. Now myspace.c isn't so unwieldy.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 26 Aug 2007 07:37:28 +0000
parents 9a1b28a10c95
children 44b4e8bd759b 36ba89a2b7da
line wrap: on
line diff
--- a/libpurple/protocols/myspace/session.h	Sun Aug 26 06:51:17 2007 +0000
+++ b/libpurple/protocols/myspace/session.h	Sun Aug 26 07:37:28 2007 +0000
@@ -50,4 +50,8 @@
 /* Check if an MsimSession is valid */
 #define MSIM_SESSION_VALID(s) (session != NULL && session->magic == MSIM_SESSION_STRUCT_MAGIC)
 
+
+MsimSession *msim_session_new(PurpleAccount *acct);
+void msim_session_destroy(MsimSession *session);
+
 #endif /* !_MYSPACE_SESSION_H */