view src/gaim-client.h @ 12407:b33b4e326c90

[gaim-migrate @ 14714] undef warning fix for ICQ_OSCAR_SUPPORT. If this is never defined anywhere, as the comment indicates, is the code still necessary? committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 20:58:52 +0000
parents 66f872f30e40
children 2078f65a8e98
line wrap: on
line source

#ifndef _LIBGAIM_H_INCLUDED_
#define _LIBGAIM_H_INCLUDED_

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

G_BEGIN_DECLS

void gaim_init(void);

G_END_DECLS

#endif