view libpurple/gaim-client.h @ 15511:e3cbf79af897

more compat header...getting close to being done with the libpurple half
author Nathan Walp <nwalp@pidgin.im>
date Sat, 03 Feb 2007 20:59:56 +0000
parents 5fe8042783c1
children
line wrap: on
line source

#ifndef _GAIM_CLIENT_H_INCLUDED_
#define _GAIM_CLIENT_H_INCLUDED_

#include <glib.h>
#include "gaim-client-bindings.h"

G_BEGIN_DECLS

void gaim_init(void);

G_END_DECLS

#endif