view libpurple/purple-client.h @ 32510:b441fd23e5bb

*** Plucked rev 13d6e924c9257b20e21050646cab88043bdb2e15 (markdoliner@pidgin.im): Allow signing on with usernames containing periods and underscores. Allow adding buddies containing periods and underscores. Fixes #13500. *** Plucked rev 9bc480e430c705484b95bc77407b0956800cdab4 (grim@pidgin.im): Fix mark's commit and allow aim accounts to work again
author Mark Doliner <mark@kingant.net>
date Mon, 13 Feb 2012 03:51:01 +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