view libpurple/purple-client.h @ 32588:472e70ea58ed

propagate from branch 'im.pidgin.pidgin' (head 6f21535004485d16ec64ef6a7c331cf5df7346e6) to branch 'im.pidgin.cpw.masca.webkit' (head b89ab3856a07e9d3544d89c0e4c18653ebed9d1b)
author masca@cpw.pidgin.im
date Mon, 05 Sep 2011 02:14:18 +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