view libgaim/gaim-client.h @ 15323:daf402269760

[gaim-migrate @ 18113] Slightly modified patch from Brad Smith: "At the moment there is a bug with the console UI's plug-in gntgf Makefile. The bug is that the X header path is not passed along from AM_CPPFLAGS thus causing gaim to fail to compile the plug-in as shown below. This is fixed by simply adding X11_CFLAGS to AM_CPPFLAGS." committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 12 Jan 2007 05:39:11 +0000
parents 60b1bc8dbf37
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