view libpurple/purple-client.h @ 28524:77423ba51dd4

As far as I can tell this BR_PTHREADS=0 define was used for binreloc, which we were using for autopackage support. But we don't use that anymore so it should be safe to remove this.
author Mark Doliner <mark@kingant.net>
date Tue, 01 Sep 2009 17:44:35 +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