Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 25583:a85f9b85a7fb
* changed storage format for cache to mirror all needed features for XEP-0115v1.5
* exlcuded all shortnames (ext-attribute) realed functions; mostly storage/loading functions. Will be removed completely later.
author | Tobias Markmann <tfar@soc.pidgin.im> |
---|---|
date | Fri, 04 Jul 2008 19:11:09 +0000 |
parents | 32c366eeeb99 |
children |
line wrap: on
line source
#ifndef _PURPLE_CLIENT_H_INCLUDED_ #define _PURPLE_CLIENT_H_INCLUDED_ #include <glib.h> #include "purple-client-bindings.h" G_BEGIN_DECLS void purple_init(void); G_END_DECLS #endif