view src/gaim-client.h @ 13465:b03f19de58b8

[gaim-migrate @ 15840] * Use GADU_CFLAGS when checking for compatibility of libgadu with the GPL. * Try to display buddy's alias when asking user for a chatroom. * Added myself to the Help->About dialog. committer: Tailor Script <tailor@pidgin.im>
author Bartoz Oler <bartosz@pidgin.im>
date Wed, 08 Mar 2006 21:25:19 +0000
parents 2078f65a8e98
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