libpurple/protocols/gg/multilogon.h

Wed, 08 Aug 2012 10:02:43 +0200

author
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
date
Wed, 08 Aug 2012 10:02:43 +0200
branch
soc.2012.gg
changeset 33336
7c97b5dd3bf4
parent 33335
a6356adbe365
child 33348
2394cd23ce8f
permissions
-rw-r--r--

Gadu-Gadu: status refactoring - own status

#ifndef _GGP_MULTILOGON_H
#define _GGP_MULTILOGON_H

#include <internal.h>
#include <libgadu.h>

typedef struct _ggp_multilogon_session_data ggp_multilogon_session_data;

void ggp_multilogon_setup(PurpleConnection *gc);
void ggp_multilogon_cleanup(PurpleConnection *gc);

void ggp_multilogon_msg(PurpleConnection *gc, struct gg_event_msg *msg);
void ggp_multilogon_info(PurpleConnection *gc,
	struct gg_event_multilogon_info *msg);

int ggp_multilogon_get_session_count(PurpleConnection *gc);

#endif /* _GGP_MULTILOGON_H */

mercurial