Mercurial > pidgin
view libpurple/purple-client.h @ 21996:1728c7414856
Now that oscar throttles itself as it approaches the rate limit, we can
request user info almost instantaneously at sign on. This is awesome.
3 files changed, 5 insertions(+), 62 deletions(-)
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 05 Jan 2008 08:15:43 +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