Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 16097:9467b72b6230
Adding a note to ChangeLog.API to briefly document that API. I shamelessly
stole this wording from Kevin. Thanks Kevin!
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 14 Apr 2007 04:23:30 +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