Mercurial > pidgin
view libpurple/purple-client.h @ 24719:5ec72dbdd28e
Fix warnings where size_t/gsize was used for printf with the wrong format
specifier and fix some free's that should be g_free.
Fixes #7782.
committer: Elliott Sales de Andrade <qulogic@pidgin.im>
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 14 Dec 2008 02:58:44 +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