view libpurple/purple-client.h @ 18696:be3f8906eae7

propagate from branch 'im.pidgin.pidgin' (head 01d1a63fe1ad7ad2f78ff88c6540afd927693362) to branch 'im.pidgin.soc.2007.xmpp' (head 292d3a42ec5f8d925097e901ded4644e4fb30807)
author Andreas Monitzer <pidgin@monitzer.com>
date Mon, 16 Jul 2007 14:53:24 +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