libpurple/protocols/gg/multilogon.h

Fri, 17 Aug 2012 11:00:00 +0200

author
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
date
Fri, 17 Aug 2012 11:00:00 +0200
branch
soc.2012.gg
changeset 33340
5f00ed891179
parent 33335
a6356adbe365
child 33348
2394cd23ce8f
permissions
-rw-r--r--

Gadu-Gadu: status refactoring - done

#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