view libpurple/purple-client.h @ 27452:2131abd387f9

I thought of another invalid JID. I'm changing jabber_id_new() so that all these tests pass, by the way
author Mark Doliner <mark@kingant.net>
date Fri, 10 Jul 2009 05:40:08 +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