Mercurial > pidgin
view libpurple/purple-client.h @ 27240:f22b8f624a00
Don't send 64-bit DCC application-level acknowledgments on 64-bit systems.
Thanks to "freesta" for this.
Fixes #9584
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Wed, 01 Jul 2009 16:08:55 +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