view libpurple/purple-client.h @ 27976:482a5edc4799

kevin_BB on irc was reporting that doing things on connect didn't work, and this is why
author Ka-Hing Cheung <khc@hxbc.us>
date Tue, 21 Jul 2009 04:24:46 +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