Mercurial > pidgin
view src/gaim-client.h @ 12761:95a73ce6e285
[gaim-migrate @ 15108]
Patch from Pekka Riikonen to add Buddy Icon support to SILC. This requires
SILC Toolkit 1.0.2, but I modified it so you can build without buddy icon
support on older toolkit versions.
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 08 Jan 2006 16:17:22 +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