view libpurple/purple-client.h @ 30343:ebe57b897807

merge of '02af4cf0f33f9ec7d46a52cba0e6c4349f0d6e19' and '787e2678ecb0b07e64cbe6ae055962cd65acaeba'
author John Bailey <rekkanoryo@rekkanoryo.org>
date Thu, 13 May 2010 05:03:30 +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