libpurple/protocols/msn/sync.h

changeset 29305
202cb72ed5b0
parent 28173
433d8188ce5d
equal deleted inserted replaced
29303:fa3096fc03d9 29305:202cb72ed5b0
19 * 19 *
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
23 */ 23 */
24 #ifndef _MSN_SYNC_H_ 24 #ifndef MSN_SYNC_H
25 #define _MSN_SYNC_H_ 25 #define MSN_SYNC_H
26 26
27 typedef struct _MsnSync MsnSync; 27 typedef struct _MsnSync MsnSync;
28 28
29 #include "session.h" 29 #include "session.h"
30 #include "table.h" 30 #include "table.h"
49 }; 49 };
50 50
51 void msn_sync_init(void); 51 void msn_sync_init(void);
52 void msn_sync_end(void); 52 void msn_sync_end(void);
53 53
54 MsnSync * msn_sync_new(MsnSession *session); 54 MsnSync *msn_sync_new(MsnSession *session);
55 void msn_sync_destroy(MsnSync *sync); 55 void msn_sync_destroy(MsnSync *sync);
56 56
57 #endif /* _MSN_SYNC_H_ */ 57 #endif /* MSN_SYNC_H */

mercurial