Mercurial > pidgin.yaz
view libgaim/gaim-client.h @ 15064:2add613bc250
[gaim-migrate @ 17847]
Fixed static compilation; libaim and libicq need to have unique plugin names, and those names should preferably match the names defined by the info struct
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Wed, 29 Nov 2006 22:36:03 +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