Mercurial > pidgin
view libpurple/purple-client.h @ 17869:6842cc73b1b7
Implemented XEP-0172: User Nickname, fixed some potential crashers in the other PEP callbacks.
author | Andreas Monitzer <pidgin@monitzer.com> |
---|---|
date | Mon, 18 Jun 2007 14:45:17 +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