Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 28686:542b75da206e
Add Sulabh as a developer, as we were supposed to do once the Summer of Code
was officially over but apparently forgot to do.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 03 Oct 2009 21:30:52 +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