view libpurple/purple-client.h @ 29785:4c266d9c17eb

propagate from branch 'im.pidgin.pidgin.mxit' (head ea208658fef692bd065f1fe03963913d86af2e41) to branch 'im.pidgin.pidgin' (head 4bcf3f0205f9363e2b1f2539d041ede1a6cf15c7)
author Mark Doliner <mark@kingant.net>
date Thu, 18 Feb 2010 09:20:29 +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