Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 17471:8f6396cf59fb
Another change from o_sukhodolsky:
Fix the Zephyr z_message type to avoid errors about arithmatic on a void
pointer. This type matches that from my system-wide zephyr header on
Ubuntu.
References #1344
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 30 May 2007 06:20:47 +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