view libpurple/purple-client.h @ 23652:62a22a224f27

I don't know what kind of blessing is needed for this sort of things, but I hope no one is going to object
author Ka-Hing Cheung <khc@hxbc.us>
date Tue, 29 Jul 2008 05:31:57 +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