view libpurple/purple-client.h @ 17886:9564b55f3c18

Updated win32 installer images from hbons. I apparently neglected to commit them before 2.0.2. Fixes #846
author Sean Egan <seanegan@gmail.com>
date Fri, 15 Jun 2007 19:07:02 +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