Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 24416:e2f5a4a091b5
Don't log an error when parsing vcard data. Also, these messages
apparently have newlines at the end of them, so don't add one
ourselves.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 18 Nov 2008 02:00:48 +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