view libpurple/purple-client.h @ 28278:c9ec54c0add1

Just comment out the failing tests when using glib; it's not likely anyone will encounter an issue with this in the real world, and it means people without libidn can run "make check" to find other issues.
author Paul Aurich <paul@darkrain42.org>
date Sat, 19 Sep 2009 02:36:04 +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