Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 27607:8138b07b6bc6
I'm not really sure what this check does, but there's a good chance
we want to do it for the new prpl-yahoojp too
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 14 Jul 2009 01:28:16 +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