view libpurple/purple-client.h @ 30879:1f16cfce4718

Fix the bug when a buddy is connected in different locations and a MUC opens and add both locations as different buddies.
author masca@cpw.pidgin.im
date Sat, 18 Sep 2010 21:29:31 +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