view libpurple/purple-client.h @ 23691:c31dfae66134

Hopefully fix the XMPP contact flipping/swapping between groups bug described at http://trac.adiumx.com/ticket/8834 and http://pidgin.im/pipermail/devel/2008-June/006191.html See the comment I added at the top of roster.c for details.
author Mark Doliner <mark@kingant.net>
date Tue, 05 Aug 2008 23:22:36 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_

#include <glib.h>
#include "purple-client-bindings.h"

G_BEGIN_DECLS

void purple_init(void);

G_END_DECLS

#endif