view libpurple/purple-client.h @ 27670:b448b259e3cf

The item JID will match the 'to' JID, not the from. Also, only try to be clever when the item JID is set.
author Paul Aurich <paul@darkrain42.org>
date Thu, 16 Jul 2009 22:56:37 +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