Mercurial > pidgin
view libpurple/purple-client.h @ 20154:df24e0153753
Try to sync up the change log. It would be helpful for people to remember
to update it. :P
author | Kevin Stange <kevin@simguy.net> |
---|---|
date | Tue, 18 Sep 2007 05:18:29 +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